-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 914 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
35
{
"name": "sugojs-api-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node src/",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sugo-solutions/sugojs-api-example.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sugo-solutions/sugojs-api-example/issues"
},
"homepage": "https://github.com/sugo-solutions/sugojs-api-example#readme",
"dependencies": {
"@sugo/http-request": "^2.4.0",
"@sugo/logger": "^1.5.0",
"@sugo/router": "^1.5.2",
"@sugo/server": "^1.5.7",
"mongoose": "^5.4.9"
},
"devDependencies": {
"@types/mongoose": "^5.3.12",
"@types/node": "^10.12.21",
"ts-node": "^8.0.2",
"typescript": "^3.3.1"
}
}