-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 851 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
{
"name": "Threeasy",
"version": "0.1.20",
"description": "",
"main": "index.js",
"scripts": {
"all:update": "pnpm -r update -i -L",
"clean": "find ./ -name node_modules -type d -exec rm -rf {} +",
"threeasy:dev": "pnpm -F threeasy run dev",
"threeasy:build": "pnpm -F threeasy run build",
"threeasy:pub": "pnpm -F threeasy run pub",
"site:dev": "pnpm -F @threeasy/site dev",
"site:start": "pnpm -F @threeasy/site dev",
"site:build": "pnpm -F @threeasy/site build",
"site:preview": "pnpm -F @threeasy/site preview",
"testland:dev": "pnpm -F @threeasy/testland dev",
"testland:start": "pnpm -F @threeasy/testland dev",
"testland:build": "pnpm -F @threeasy/testland build",
"testland:preview": "pnpm -F @threeasy/testland preview"
},
"keywords": [],
"author": "",
"license": "ISC"
}