-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "pimbridge",
"version": "0.2.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --verbose --silent",
"lint": "./node_modules/.bin/eslint --ext .js ./",
"full-test": "npm run lint && npm run test"
},
"jest": {
"testURL": "http://localhost/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tksventures/pimbridge.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tksventures/pimbridge/issues"
},
"homepage": "https://github.com/tksventures/pimbridge#readme",
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.18.2",
"debug": "^3.1.0",
"lodash": "^4.17.14"
},
"devDependencies": {
"@babel/preset-env": "^7.5.0",
"axios-mock-adapter": "^1.15.0",
"eslint": "^6.0.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.9.1",
"jest": "^24.8.0",
"json-loader": "^0.5.4"
}
}