-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.28 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
{
"name": "@vesoft-inc/icons",
"version": "1.0.0-beta.9",
"description": "Icons",
"type": "module",
"main": "lib/",
"module": "es/",
"scripts": {
"build": "node ./tools/normalize.js",
"build:Cloud": "node ./tools/normalize.js NebulaGraph-Cloud",
"build:Dashboard": "node ./tools/normalize.js NebulaGraph-Dashboard",
"build:Explorer": "node ./tools/normalize.js NebulaGraph-Explorer",
"build:Guidelines": "node ./tools/normalize.js NebulaGraph-Interface-Guidelines",
"build:Guidelines-Vesoft": "node ./tools/normalize.js NebulaGraph-Interface-Guidelines-Vesoft",
"build:Studio": "node ./tools/normalize.js NebulaGraph-Studio",
"build:Website": "node ./tools/normalize.js NebulaGraph-Website",
"clean": "rimraf ./dist/* ./es/*",
"prepublish": "npm run clean && npm run build"
},
"author": {
"name": "bruce.lu",
"email": "[email protected]"
},
"license": "MIT",
"homepage": "https://github.com/nb-cloud/nebula-graph-icon",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/generator": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/types": "^7.23.3",
"rimraf": "^5.0.5"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}