-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
44
45
{
"name": "js-api-tests",
"version": "1.0.0",
"description": "Js API testing",
"main": "index.js",
"scripts": {
"test": "jest ./tests/",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/berpress/js-api-tests.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/berpress/js-api-tests/issues"
},
"type": "module",
"homepage": "https://github.com/berpress/js-api-tests#readme",
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
"axios": "^0.21.4",
"dotenv": "^10.0.0",
"envalid": "^7.2.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"express-pino-logger": "^6.0.0",
"faker": "^5.5.3",
"git-format-staged": "^2.1.2",
"husky": "^6.0.0",
"jest": "^27.1.1",
"jest-allure": "^0.1.3",
"joi": "^17.4.2",
"lint-staged": "^11.1.2",
"pino": "^6.13.2",
"pino-pretty": "^7.0.1",
"pretty-quick": "^3.1.1",
"tough-cookie": "^4.0.0"
},
"lint-staged": {
"*.js": "eslint --cache --fix"
}
}