-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 922 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
40
{
"name": "@alphasights/paint",
"description": "AlphaSights' CSS Framework",
"version": "0.0.3",
"repository": "https://github.com/alphasights/paint",
"publishConfig": {
"registry": "https://npm.pkg.github.com",
"access": "restricted"
},
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"build": "yarn node-sass styles/paint.scss dist/paint.css",
"test": "yarn mocha --reporter spec",
"shipit": "auto shipit -v"
},
"author": "AlphaSights",
"license": "MIT",
"dependencies": {
"node-sass": "4.12.0",
"sass-lint": "1.10.2"
},
"devDependencies": {
"mocha": "3.4.2",
"sass-true": "5.0.0",
"sassdoc": "2.2.2",
"auto": "^10.29.2",
"@auto-it/conventional-commits": "^10.29.2",
"@auto-it/released": "^10.29.2"
},
"auto": {
"baseBranch": "develop",
"plugins": [
"npm",
"conventional-commits",
"released"
]
}
}