forked from rough-stuff/wired-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.4 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.4 KB
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
49
50
51
{
"name": "wired-elements-repo",
"version": "1.0.0",
"description": "Collection of hand-drawn sketchy web components",
"main": "wired-elements.js",
"private": true,
"directories": {
"lib": "lib"
},
"scripts": {
"bootstrap": "npm install && npm run hoist",
"hoist": "lerna bootstrap --hoist",
"tsc": "lerna run tsc",
"watch": "tsc --build packages/**/tsconfig.json -w",
"dev": "polyserve --npm --module-resolution=node",
"lernaupdate": "lernaupdate",
"test": "echo \"Error: no test specified\" && exit 1",
"bundle": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wiredjs/wired-elements.git"
},
"keywords": [
"webcomponent",
"web component",
"rough",
"sketchy",
"hand-drawn",
"hand drawn",
"wireframe"
],
"author": "Preet Shihn <preetshihn@gmail.com> (https://twitter.com/preetster)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wiredjs/wired-elements/issues"
},
"homepage": "https://github.com/wiredjs/wired-elements#readme",
"devDependencies": {
"@material/mwc-icon": "^0.10.0",
"@rollup/plugin-typescript": "^4.0.0",
"lerna": "^3.20.2",
"lerna-update-wizard": "^0.17.7",
"polyserve": "^0.27.15",
"rollup": "^1.32.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.3.0",
"tslint": "^5.20.1",
"typescript": "^3.8.3"
}
}