-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.12 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.12 KB
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": "swaggerpetstore-superagent-typescript",
"version": "1.0.0",
"description": "An implementation of superagent with typescript",
"scripts": {
"tests": "mocha -r dotenv/config -r ts-node/register -r tsconfig-paths/register 'src/tests/*_Spec.ts' --timeout 0",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"repository": {
"type": "git",
"url": "git@git.planittesting.com:automation/api-test-automation-frameworks/swaggerpetstore-superagent-typescript.git"
},
"keywords": [
"superagent",
"typescript"
],
"author": "Alex Pike",
"license": "ISC",
"devDependencies": {
"@types/chai": "^4.2.22",
"@types/faker": "^5.5.9",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.6",
"@types/superagent": "^4.1.15",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"async-wait-until": "^2.0.8",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"eslint": "^8.1.0",
"faker": "^5.5.3",
"mocha": "^9.1.3",
"superagent": "^6.1.0",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.11.0",
"typescript": "^4.4.4"
}
}