-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.33 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "device_bot",
"version": "1.0.0",
"engines": {
"node": "10.16.0"
},
"description": "device bot server",
"main": "build/index.js",
"scripts": {
"build": "node_modules/typescript/bin/tsc",
"start": "yarn run build && node build/index.js",
"test": "yarn run build && mocha build/test/test.js",
"tsc": "tsc"
},
"repository": {
"type": "git",
"url": "https://git.heroku.com/moonpaytesting.git"
},
"author": "Gor84",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@types/assert": "^1.4.5",
"@types/chai-http": "^3.0.5",
"@types/lodash": "^4.14.149",
"@types/mocha": "^5.2.7",
"@types/node": "^13.5.3",
"@types/restify": "^7.2.5",
"@types/restify-errors": "^4.3.3",
"aws-sdk": "^2.606.0",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"chai-http": "^4.2.0",
"consistent": "^1.1.0",
"deep-equal-in-any-order": "^1.0.24",
"http": "0.0.0",
"loadsh": "^0.0.4",
"mocha": "^5.2.0",
"nodemon": "^1.18.4",
"restify": "^8.4.0",
"ts-mocha": "^2.0.0",
"tslint": "^5.11.0",
"tslint-microsoft-contrib": "^5.2.1",
"typescript": "^3.7.5",
"typescript-map": "^0.0.7"
}
}