-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.09 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
{
"name": "node-package",
"version": "1.4.0",
"description": "Node Package Web Component",
"main": "dist/node-package.js",
"module": "dist/node-package.js",
"unpkg": "dist/node-package.min.js",
"types": "dist/node-package.d.ts",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abraham/node-package.git"
},
"engines": {
"node": ">=8.0.0"
},
"keywords": [
"node-package",
"npm",
"web-component",
"nutmeg"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/abraham/node-package/issues"
},
"homepage": "https://github.com/abraham/node-package",
"scripts": {
"build": "npx nutmeg build .",
"prebuild": "npx nutmeg clean .",
"prepare": "npm run build -- --production",
"pretest": "npm run build",
"start": "npx nutmeg serve .",
"test": "npx nutmeg test .",
"watch": "npx nutmeg watch ."
},
"dependencies": {
"@abraham/remotedata": "1.1.0",
"@nutmeg/seed": "0.17.0",
"lit-html": "1.1.2"
},
"devDependencies": {
"@nutmeg/cli": "0.17.0"
}
}