-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 KB
/
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
41
42
43
44
45
46
47
48
{
"name": "@stylable/cli",
"version": "6.1.1",
"description": "A low-level utility used for working with Stylable projects",
"main": "dist/index.js",
"bin": {
"stc": "bin/stc.js",
"stc-codemod": "bin/stc-codemod.js",
"stc-format": "bin/stc-format.js"
},
"scripts": {
"test": "mocha \"./dist/test/**/*.spec.js\""
},
"dependencies": {
"@file-services/node": "^9.4.1",
"@file-services/types": "^9.4.1",
"@stylable/build-tools": "^6.1.1",
"@stylable/code-formatter": "^6.1.1",
"@stylable/core": "^6.1.1",
"@stylable/module-utils": "^6.1.1",
"@stylable/node": "^6.1.1",
"@stylable/optimizer": "^6.1.1",
"@wixc3/resolve-directory-context": "^4.0.0",
"decache": "^4.6.2",
"js-base64": "^3.7.7",
"lodash.camelcase": "^4.3.0",
"lodash.upperfirst": "^4.3.1",
"mime": "^3.0.0",
"postcss": "^8.5.1",
"yargs": "^17.7.2"
},
"files": [
"bin",
"dist",
"!dist/test",
"src",
"!*/tsconfig.{json,tsbuildinfo}"
],
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/wix/stylable/tree/master/packages/cli",
"author": "Wix.com",
"license": "MIT"
}