-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 930 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
{
"name": "lib-sync",
"version": "0.0.2",
"description": "",
"scripts": {
"setup": "bash ./scripts/init.sh",
"build": "bash ./scripts/build.sh",
"build:service": "npm run build --prefix ./core",
"build:client": "npm run build --prefix ./client",
"dev": "node ./scripts/dev.js",
"dev:service": "npm run dev --prefix ./core",
"dev:client": "npm run serve --prefix ./client",
"reset": "bash ./scripts/reset-test.sh",
"clear-logs": "echo \"\" > ./core/logs/combined.log && echo \"\" > ./core/logs/error.log",
"help": "npm run help --prefix ./core"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aturingmachine/libsync.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/aturingmachine/libsync/issues"
},
"homepage": "https://github.com/aturingmachine/libsync#readme",
"dependencies": {
"chalk": "^4.1.1"
}
}