forked from Optylon/typescript_test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.12 KB
/
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
36
37
{
"name": "pg-promise-test",
"version": "1.0.0",
"description": "pg-promise-github-test",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/ts-node/dist/bin.js server.ts",
"listLisbon": "node ./node_modules/ts-node/dist/bin.js server.ts --lisbon",
"userIn": "node ./node_modules/ts-node/dist/bin.js server.ts --user afilipa",
"perLocation": "node ./node_modules/ts-node/dist/bin.js server.ts --perLoc \"Lisbon, Portugal\"",
"stats": "node ./node_modules/ts-node/dist/bin.js server.ts --stats"
},
"keywords": [
"github",
"pgpromise"
],
"author": "João Cristóvão",
"license": "ISC",
"dependencies": {
"@types/bluebird": "^3.5.2",
"@types/node": "^7.0.12",
"@types/pg-promise": "0.0.28",
"@types/ramda": "0.0.6",
"@types/request-promise": "^4.1.33",
"@types/winston": "^2.3.0",
"bluebird": "^3.5.0",
"command-line-args": "^5.0.2",
"inquirer": "^6.2.1",
"pg-promise": "^5.6.4",
"ramda": "^0.23.0",
"request": "^2.81.0",
"request-promise": "^4.2.0",
"ts-node": "^3.0.2",
"typescript": "^2.2.2",
"winston": "^2.3.1"
}
}