-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 829 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 829 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
{
"name": "@octopuses/js-template-generator",
"version": "0.0.6",
"description": "",
"scripts": {
"startServer": "node ./lib/server",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json"
},
"files": [
"/lib"
],
"main": "./lib/index.js",
"bin": {
"js-template-generator": "./lib/server.js"
},
"keywords": [
"octopus",
"nodejs"
],
"author": "Chad",
"license": "ISC",
"dependencies": {
"@octopuses/octopus-end-nodejs": "0.1.1",
"@octopuses/octopus-node": "^0.1.0",
"art-template": "^4.13.2",
"egg": "^2.26.0"
},
"devDependencies": {
"@types/node": "^12.12.21",
"prettier": "^1.19.1",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.7.4"
}
}