-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 921 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
35
36
37
{
"name": "tutorial-test-runners",
"version": "1.0.0",
"description": "Serenity/JS and test runners",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/serenity-js/tutorial-test-runners.git"
},
"author": {
"name": "Jan Molak",
"email": "jan.molak@serenity.io",
"url": "https://janmolak.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/serenity-js/tutorial-test-runners/issues"
},
"homepage": "https://serenity-js.org",
"devDependencies": {
"@serenity-js/console-reporter": "^2.33.8",
"@serenity-js/core": "^2.33.8",
"@serenity-js/mocha": "^2.33.8",
"@types/mocha": "^9.0.0",
"@types/node": "^16.4.6",
"mocha": "^9.0.3",
"ts-node": "^10.2.1",
"typescript": "^4.3.5"
},
"engines": {
"node": "^12 || ^14 || ^16",
"npm": "^6 || ^7"
}
}