-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.04 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
{
"name": "test",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "node tools/test.js",
"test2": "node tools/test2.js",
"test2-inspect-brk": "node --inspect-brk tools/test2.js",
"start": "node ./app/server.js",
"tsc": "tsc",
"tsc-w": "tsc -w",
"testRXJS": "node tools/testRXJS.js",
"testReport": "node tools/testReport.js",
"testRegExp": "ID='123 32.123' node tools/testRegExp.js test qwe --ewq",
"testMagicString": "node tools/testMagicString.js",
"testAsyncAwait": "node tools/testAsyncAwait.js",
"testRegex": "node tools/testRegex.js",
"testPG": "node tools/lib-pg.js"
},
"author": "n_g <nikolay.rogovoy@gmail.com>",
"license": "ISC",
"keywords": [],
"description": "Test project",
"dependencies": {
"async": "^2.5.0",
"express": "^4.15.3",
"magic-string": "^0.22.4",
"pg": "^7.4.0",
"rxjs": "^5.5.5",
"typescript": "^2.4.2",
"winston": "^2.3.1"
}
}