-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 842 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
{
"name": "alterisk",
"version": "0.1.4",
"description": "A generator driven component api for (p)react and more!",
"main": "dist/index.js",
"module": "dist/index.js",
"unpkg": "dist/index.js",
"source": "src/index.js",
"scripts": {
"prepublish": "npm run build",
"build": "node build.js && cd ./preact && node build.js && cd ../enthjs && node build.js",
"start": "es-dev-server --app-index . --node-resolve --watch --open"
},
"author": "Michael Klein",
"keywords": [
"generators",
"components",
"async",
"preact",
"react",
"ui"
],
"license": "MIT",
"devDependencies": {
"es-dev-server": "^1.46.5",
"terser": "^4.6.11"
},
"files": [
"dist",
"src",
"preact",
"enthjs",
"terserrc.json",
"jsconfig.json",
"build.js",
"web_modules"
]
}