-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 928 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": "@babakness/sass-module-types",
"version": "0.0.31",
"description": "Create TS definition files from sass modules",
"main": "lib/index.js",
"license": "MIT",
"dependencies": {
"chokidar": "^2.1.1",
"commander": "^2.19.0",
"node-sass": "^4.11.0",
"postcss": "^7.0.14",
"postcss-icss-selectors": "^2.0.3",
"postcss-nested": "^4.1.1",
"soultrain": "^0.0.46",
"strip-css-singleline-comments": "^1.1.0"
},
"scripts": {
"start": "tsc -w",
"test": "jest",
"pub": "yarn publish --access=public",
"bump": "git add -A; git commit -m 'bump'; git push; git push --tags"
},
"jest": {
"rootDir": "test"
},
"bin": {
"sass-module-types": "./lib/sass-module-types.js"
},
"devDependencies": {
"@types/chokidar": "^1.7.5",
"@types/node-sass": "^4.11.0",
"jest": "^24.1.0",
"typed-css-modules": "^0.3.7",
"typescript": "^3.3.3"
}
}