-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 865 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
{
"name": "ts-archive-restore",
"version": "1.0.0",
"description": "Archive and restore trafficstats DB objects to AWS S3",
"main": "dist/ts-archive-restore",
"scripts": {
"test": "node_modules/mocha/bin/mocha",
"build": "./node_modules/typescript/bin/tsc -t ES2015"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nw31304/ts-archive-restore.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/bluebird": "^3.5.3",
"aws-sdk": "^2.34.0",
"lodash": "^4.17.4",
"pg-promise": "^5.6.4",
"squel": "^5.9.0",
"tmp": "0.0.31",
"winston": "^2.3.1"
},
"devDependencies": {
"@types/lodash": "^4.14.63",
"@types/node": "^7.0.13",
"@types/pg-promise": "^5.4.3",
"typescript": "^2.2.2",
"mocha": "^3.2.0",
"rewire": "^2.5.2",
"tslint": "^5.1.0"
}
}