-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) Β· 1.38 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
{
"name": "apollo-enchanted-cache-inmemory",
"version": "1.2.0",
"description": "Apollo InMemoryCache wrapper for storing selected only queries and for updating linked/nested without IDs",
"main": "src/index.js",
"scripts": {
"test": "test",
"publish": "npm publish --access public"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "7.0.0",
"@babel/runtime": "7.0.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "9.0.0",
"babel-preset-flow": "6.23.0",
"babel-preset-react-native": "5.0.2",
"babel-preset-react-native-stage-0": "1.0.1",
"eslint": "5.3.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "3.0.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-prettier": "2.6.2",
"prettier": "1.14.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kosiakMD/apollo-enchanted-cache-inmemory.git"
},
"keywords": [
"apollo",
"cache",
"store",
"save",
"queries",
"query",
"storage",
"selected",
"restore",
"update",
"nest",
"bind"
],
"author": "Kosiak MD",
"license": "MIT",
"bugs": {
"url": "https://github.com/kosiakMD/apollo-enchanted-cache-inmemory/issues"
},
"homepage": "https://github.com/kosiakMD/apollo-enchanted-cache-inmemory#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}