-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1022 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "stylelint-css-modules",
"version": "1.2.2",
"description": "Extended ruleset for stylelint on CSS modules",
"keywords": [
"stylelint",
"css modules"
],
"main": "index.js",
"scripts": {
"test": "jest",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
"test9": "npm install stylelint@9 --no-save && npm test",
"test10": "npm install stylelint@10 --no-save && npm test",
"test11": "npm install stylelint@11 --no-save && npm test",
"test12": "npm install stylelint@12 --no-save && npm test",
"test13": "npm install stylelint@13 --no-save && npm test",
"test14": "npm install stylelint@14 --no-save && npm test"
},
"author": "Juan Carlos Medina",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/juanca/stylelint-css-modules.git"
},
"dependencies": {
"enhanced-resolve": "^4.3.0"
},
"devDependencies": {
"jest": "^26.1.0"
},
"peerDependencies": {
"stylelint": ">= 9"
}
}