-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 943 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "info",
"version": "0.0.6-beta.1",
"description": "experimental gql client",
"module": "dist/lib.esm.js",
"main": "dist/lib.cjs.js",
"files": [
"dist/*"
],
"scripts": {
"test": "npx jest",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coolov/artemis.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/coolov/artemis/issues"
},
"homepage": "https://github.com/coolov/artemis#readme",
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"jest": "^24.9.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"rollup": "^1.25.1",
"rollup-plugin-terser": "^5.1.2"
},
"dependencies": {
"zen-observable": "^0.8.14"
},
"peerDependencies": {
"react": "16.8",
"react-dom": "16.8"
}
}