generated from iadvize/hello-world-javascript-library
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 875 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
36
{
"name": "@iadvize-oss/stylelint-config",
"version": "1.0.0",
"description": "iAdvize stylelint rules",
"main": "src/index.js",
"scripts": {
"lint:js": "eslint src/*"
},
"homepage": "https://github.com/iadvize/stylelint-config-library#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/iadvize/stylelint-config-library.git"
},
"keywords": [
"iAdvize",
"stylelint"
],
"bugs": {
"url": "https://github.com/iadvize/stylelint-config-library/issues"
},
"author": "iAdvize developers",
"license": "MIT",
"private": false,
"devDependencies": {
"@iadvize-oss/eslint-config": "^2.2.0",
"eslint": "^7.32.0"
},
"peerDependencies": {
"stylelint": "^13.2.0"
},
"dependencies": {
"prettier": "^2.3.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-prettier": "^1.2.0"
}
}