-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 880 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 880 Bytes
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": "create-stylable-app",
"version": "6.1.1",
"description": "Quickly create a Stylable application",
"main": "dist/index.js",
"bin": {
"create-stylable-app": "./bin/create-stylable-app.js"
},
"scripts": {
"test": "tsc -p template/ts-react-webpack --noEmit && tsc -p template/ts-react-rollup --noEmit"
},
"dependencies": {
"validate-npm-package-name": "^6.0.0",
"yargs": "^17.7.2"
},
"files": [
"bin",
"dist",
"!dist/test",
"src",
"template",
"!*/tsconfig.{json,tsbuildinfo}"
],
"keywords": [
"stylable",
"create",
"application"
],
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/wix/stylable/tree/master/packages/create-stylable-app",
"homepage": "https://stylable.io",
"author": "Wix.com",
"license": "MIT"
}