-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 934 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
{
"name": "use-one-graph",
"version": "0.0.0-development",
"description": "a simple way to add opengraph authentication to your react app",
"main": "dist/index.js",
"author": "Khaled Garbaya <kgarbaya@gmail.com>",
"license": "MIT",
"source": "src/index.js",
"module": "dist/index.module.js",
"unpkg": "dist/index.umd.js",
"scripts": {
"build": "microbundle",
"dev": "microbundle watch",
"semantic-release": "semantic-release"
},
"devDependencies": {
"all-contributors-cli": "^6.9.1",
"microbundle": "^0.11.0",
"semantic-release": "^15.13.24"
},
"files": [
"src",
"dist"
],
"peerDependencies": {
"react": "^16.10.2"
},
"dependencies": {
"onegraph-auth": "^2.0.6"
},
"bugs": {
"url": "https://github.com/Khaledgarbaya/use-one-graph/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Khaledgarbaya/use-one-graph.git"
}
}