-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 901 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
39
40
{
"name": "@manifoldco/icons",
"version": "0.0.6",
"description": "Manifold’s icon system",
"repository": {
"type": "git",
"url": "git+https://github.com/manifoldco/icons.git"
},
"author": "@manifoldco",
"license": "ISC",
"bugs": {
"url": "https://github.com/manifoldco/icons/issues"
},
"homepage": "https://github.com/manifoldco/icons#readme",
"scripts": {
"build": "pika build",
"deploy": "pika publish",
"version": "npm run build"
},
"@pika/pack": {
"pipeline": [
[
"@pika/plugin-ts-standard-pkg"
],
[
"@pika/plugin-build-web"
],
[
"@pika/plugin-build-node"
]
]
},
"devDependencies": {
"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.8.1",
"@pika/plugin-build-web": "^0.8.1",
"@pika/plugin-ts-standard-pkg": "^0.8.1",
"typescript": "^3.7.5"
}
}