-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 825 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 825 Bytes
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
{
"name": "orderly-test",
"version": "1.0.0",
"description": "",
"main": "./bin/server.js",
"scripts": {
"test": "cucumber-js --require-module ts-node/register"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.3.2",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"express": "^4.18.1"
},
"devDependencies": {
"@cucumber/cucumber": "^10.7.0",
"@types/chai": "^4.3.16",
"@types/cors": "^2.8.15",
"@types/express": "^4.17.20",
"@types/jsonwebtoken": "^9.0.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.8.7",
"@types/supertest": "^6.0.2",
"chai": "^5.1.1",
"cucumber": "^6.0.7",
"mocha": "^10.4.0",
"supertest": "^7.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}