-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
31 lines (31 loc) · 926 Bytes
/
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
{
"name": "@bam.tech/react-native-graphql-transformer",
"version": "0.1.5",
"description": "Transform GraphQL source files with ReactNative",
"main": "index.js",
"repository": "[email protected]:bamlab/react-native-graphql-transformer.git",
"author": "Thomas Pucci",
"license": "MIT",
"scripts": {
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"lint": "eslint '**/*.{js,jsx}' --quiet",
"format": "prettier --write '**/*.{js,jsx}'"
},
"peerDependencies": {
"react-native": ">=0.45.0"
},
"dependencies": {
"graphql-tag": "^2.6.0",
"semver": "^5.4.1"
},
"devDependencies": {
"all-contributors-cli": "^4.10.0",
"eslint": "^4.13.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"prettier": "^1.9.1"
}
}