forked from vself-project/vstudio-metabuild
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 899 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
{
"name": "metabuild-3",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cd frontend-demo && npm run dev",
"build": "cd frontend-demo && npm run build ",
"start": "cd frontend-demo && npm run start",
"publish:shared": "cd shared-utils/pkg && npm publish --access=public",
"test:shared": "wasm-pack test shared-utils --headless --chrome",
"build:shared": "wasm-pack build shared-utils --target bundler --scope vself_project",
"build:web": "cd frontend && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vself-project/metabuild-3.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vself-project/metabuild-3/issues"
},
"homepage": "https://github.com/vself-project/metabuild-3#readme"
}