forked from typicode/demo
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 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
{
"name": "api-tests-presentation",
"version": "1.0.0",
"description": "demo project for api tests presentation",
"main": "index.js",
"scripts": {
"test": "mocha --opts mocha.opts",
"report": "allure generate --clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xotabu4/demo.git"
},
"typings": "./index.d.ts",
"author": "Oleksandr Khotemskyi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Xotabu4/demo/issues"
},
"homepage": "https://github.com/Xotabu4/demo#readme",
"dependencies": {
"@types/chai": "^4.0.3",
"@types/mocha": "2.2.41",
"@types/node": "7.0.43",
"@types/request": "2.0.0",
"@types/request-promise-native": "1.0.6",
"allure-commandline": "^2.5.0",
"chai": "4.1.0",
"install": "^0.10.2",
"mocha": "^3.4.1",
"mocha-allure-reporter": "^1.3.2",
"mocha-multi-reporters": "^1.1.7",
"moment": "^2.19.1",
"npm": "^5.6.0",
"raml-1-parser": "^1.1.39",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"request-promise-native": "^1.0.5",
"ts-node": "^3.3.0",
"typescript": "^2.6.2",
"uri-templates": "^0.2.0"
}
}