-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 845 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 845 Bytes
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
{
"name": "@cqbimcc/nodegraph",
"version": "1.3.2",
"description": "BIMCC 飞椽节点蓝图",
"keywords": [
"蓝图",
"graph",
"nodegraph",
"节点图",
"节点",
"节点运行图"
],
"main": "build/js/index.js",
"types": "src/index.ts",
"scripts": {
"dev": "vite",
"build": "vite build && node build.js",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs"
},
"author": "BIMCC",
"license": "MIT",
"dependencies": {
"nanoid": "^4.0.2"
},
"homepage": "https://www.bimcc.com",
"repository": "https://github.com/bimcc/nodegraph",
"devDependencies": {
"@babel/core": "^7.22.5",
"glob": "^10.3.10",
"terser": "^5.24.0",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-babel": "^1.1.3",
"vitepress": "^1.0.0-rc.4"
}
}