-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.12 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
{
"version": "2.1.0",
"name": "@nerdwallet/jest-nock-fixtures",
"description": "jest-nock-fixtures",
"author": "benjroy <[email protected]>",
"main": "index.js",
"scripts": {
"jest": "jest --config=jest.config.js --coverage",
"format": "yarn lint --fix",
"lint": "eslint src --ext .js",
"test": "yarn jest --",
"test:wild": "JEST_NOCK_FIXTURES_MODE=wild yarn test",
"test:record": "JEST_NOCK_FIXTURES_MODE=record yarn test",
"test:lockdown": "JEST_NOCK_FIXTURES_MODE=lockdown yarn test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NerdWalletOSS/jest-nock-fixtures.git"
},
"license": "Apache-2.0",
"dependencies": {
"ansi-escapes": "^4.3.1",
"chalk": "^4.1.0",
"lodash": "^4.17.21",
"mkdirp": "^0.5.5",
"nock": "^13.0.11",
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^26.6.3",
"node-fetch": "^2.6.1",
"prettier": "1.17.0"
}
}