-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 976 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
38
39
{
"name": "graphql-supertest-api",
"version": "1.0.0",
"description": "graphql-testing-with-supertest",
"main": "index.js",
"homepage": "https://github.com/sadabnepal/graphql-supertest-api",
"scripts": {
"test": "mocha",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"prepare": "husky"
},
"keywords": [],
"author": "MD SADAB SAQIB",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.2.0",
"@faker-js/faker": "^8.4.1",
"@types/chai": "^4.3.1",
"@types/mocha": "^10.0.6",
"@types/mochawesome": "^6.2.4",
"@types/supertest": "^6.0.2",
"chai": "^4.3.6",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"globals": "^15.2.0",
"husky": "^9.0.11",
"mocha": "^10.4.0",
"mochawesome": "^7.1.3",
"supertest": "^6.3.4",
"ts-node": "^10.7.0",
"tsconfig-paths": "^4.2.0",
"typescript": "^4.6.4",
"typescript-eslint": "^7.8.0"
},
"engines": {
"node": ">=16.0.0"
}
}