-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 956 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
37
38
39
{
"name": "stylelint-config-oval",
"version": "1.0.6",
"description": "Stylelint Oval sharable configuration",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/OvalMoney/stylelint-config-oval"
},
"keywords": [
"stylelint",
"stylelint-config",
"styelint-config-oval",
"stylelint-config-standard",
"oval",
"standard"
],
"author": "OvalMoney",
"license": "MIT",
"scripts": {
"lint": "eslint .",
"test": "jest",
"release": "git pull && standard-version"
},
"dependencies": {
"stylelint-config-standard": "^19.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.4.0",
"@typescript-eslint/parser": "^2.4.0",
"eslint": "^6.5.1",
"eslint-config-oval-base": "^1.0.0",
"eslint-plugin-import": "^2.18.2",
"jest": "^24.9.0",
"standard-version": "^8.0.1",
"stylelint": "^11.1.1",
"typescript": "^3.6.4"
}
}