-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 982 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
33
34
{
"name": "cool-updown-nxt",
"version": "1.0.0-alpha",
"description": "Tiny device monitoring solution",
"directories": {
"doc": "doc"
},
"scripts": {
"build": "cd ./api && npm run build;cd ../web && npm run build",
"install": "npm run install-api;npm run install-web",
"install-api": "cd ./api && npm install && npm run build",
"install-web": "cd ./web && npm install && npm run build",
"configure": "npm run configure-api",
"configure-api": "cd ./api/config && cp default.json local.json && vi local.json",
"start": "cd ./api && npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/djey47/cool-updown-nxt.git"
},
"keywords": [
"nodejs",
"typescript",
"react",
"wol",
"ssh"
],
"author": "djey47@github.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/djey47/cool-updown-nxt/issues"
},
"homepage": "https://github.com/djey47/cool-updown-nxt#readme"
}