-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1008 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
{
"name": "@db-ux/figma-hub",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"private": true,
"workspaces": [
"packages/**"
],
"scripts": {
"build": "npm-run-all -p build:*",
"build:codegen": "npm run build -w=@db-ux/codegen",
"build:inspect": "npm run build -w=@db-ux/inspect",
"build:handover": "npm run build -w=@db-ux/handover",
"build:auto-sync": "npm run build -w=@db-ux/auto-sync",
"build:design-migration": "npm run build -w=@db-ux/design-migration",
"dev": "npm-run-all -p dev:*",
"dev:codegen": "npm run dev -w=@db-ux/codegen",
"dev:inspect": "npm run dev -w=@db-ux/inspect",
"dev:handover": "npm run dev -w=@db-ux/handover",
"dev:auto-sync": "npm run dev -w=@db-ux/auto-sync",
"dev:design-migration": "npm run dev -w=@db-ux/design-migration"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.10.2",
"npm-run-all2": "7.0.2",
"adm-zip": "^0.5.16"
}
}