-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.33 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
46
47
48
49
50
51
52
53
54
55
{
"name": "@janiscommerce/app-request",
"version": "2.4.4",
"description": "Module to do requests at janis apps",
"main": "lib/index.js",
"author": "Janis Commerce",
"directories": {
"lib": "lib",
"test": "tests"
},
"keywords": [
"janis",
"janiscommerce",
"app",
"request"
],
"files": [
"lib/"
],
"scripts": {
"lint": "eslint .",
"prepare": "husky install",
"test": "jest",
"test:coverage": "jest --collectCoverage",
"validate:code": "npm run lint -- --fix && jest --collectCoverage"
},
"dependencies": {
"axios": "^1.6.3"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@babel/eslint-plugin": "^7.23.5",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.0",
"jest": "^29.7.0",
"nock": "^13.4.0",
"prettier": "3.2.4",
"react-native-device-info": "^10.12.0",
"@janiscommerce/app-analytics": "^2.4.0",
"@janiscommerce/app-crashlytics": "^2.1.0",
"@janiscommerce/oauth-native": "^1.4.1"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-native-device-info": "^10.12.0",
"@janiscommerce/app-analytics": "^2.4.0",
"@janiscommerce/app-crashlytics": "^2.1.0",
"@janiscommerce/oauth-native": "^1.4.1"
}
}