-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.03 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": "deus-integration-testing",
"version": "1.0.0",
"description": "integration testing tools",
"main": "client.js",
"scripts": {
"test": "mocha -r ts-node/register **/*.spec.ts --watch-extensions ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sth-larp/deus-integration-testing.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sth-larp/deus-integration-testing/issues"
},
"homepage": "https://github.com/sth-larp/deus-integration-testing#readme",
"dependencies": {
"@types/chai": "^4.0.1",
"@types/command-line-args": "^4.0.0",
"@types/mocha": "^2.2.41",
"@types/node": "^8.0.7",
"@types/request": "0.0.45",
"@types/request-promise": "^4.1.35",
"chai": "^4.0.2",
"command-line-args": "^4.0.6",
"ip": "^1.1.5",
"mocha": "^3.4.2",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"ts-node": "^3.1.0",
"tslint": "^5.4.3",
"tslint-consistent-codestyle": "^1.5.0",
"typescript": "^2.4.1"
}
}