-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 961 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 961 Bytes
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
35
36
37
38
39
40
{
"name": "@nelts/template",
"version": "1.0.0",
"description": "nelts template",
"main": "dist/index.js",
"source": "dist",
"repository": {
"type": "git",
"url": "git+https://github.com/nelts/template.git"
},
"scripts": {
"dev": "nelts-server dev -m 1 -d @nelts/master",
"build": "rm -rf dist/ && tsc -d",
"start": "nelts-server start -d @nelts/master",
"restart": "nelts-server restart",
"stop": "nelts-server stop"
},
"keywords": [
"template",
"nelts"
],
"author": "cevio",
"license": "MIT",
"bugs": {
"url": "https://github.com/nelts/template/issues"
},
"homepage": "https://github.com/nelts/template#readme",
"dependencies": {
"@nelts/http": "^1.0.38",
"@nelts/master": "^1.0.38",
"@nelts/process": "^1.1.21",
"@types/co": "^4.6.2",
"co": "^4.6.0"
},
"devDependencies": {
"@nelts/cli": "^1.0.9",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
}
}