-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 871 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
{
"name": "graphql-middleware-helper",
"version": "0.1.5",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git@github.com:onursagir/graphql-middleware-helper.git",
"author": "Mehmet Onur Sagir <onuur.s@gmail.com>",
"license": "MIT",
"scripts": {
"build": "tsc"
},
"keywords": ["graphQL", "middleware"],
"dependencies": {
"@types/lodash.merge": "^4.6.6",
"@types/minimatch": "^3.0.3",
"lodash.merge": "^4.6.2",
"minimatch": "^3.0.4",
"typescript": "^3.7.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"eslint": "6.1.0",
"eslint-config-airbnb": "18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0"
}
}