forked from graphql-zeroconf/zeroconf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.62 KB
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
54
55
56
{
"name": "zeroconf",
"version": "0.1.0",
"description": "graphql zeroconf",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && babel src --out-dir dist",
"watch": "rm -rf dist && babel src --watch --out-dir dist"
},
"repository": {
"type": "git",
"url": "https://github.com/graphql-zeroconf/zeroconf"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"acl": "^0.4.11",
"app-root-path": "^2.1.0",
"camelcase": "^5.0.0",
"dataloader": "^1.4.0",
"fs-readdir-recursive": "^1.1.0",
"graphql": "^14.2.1",
"graphql-bigint": "^1.0.0",
"graphql-subscriptions": "^1.1.0",
"graphql-tools": "^4.0.4",
"graphql-type-json": "^0.2.4",
"graphql-upload": "^8.0.4",
"lodash": "^4.17.11",
"mysql": "^2.16.0",
"mysql2": "^1.6.4",
"pg": "^7.8.2",
"pg-hstore": "^2.3.2",
"pluralize": "^7.0.0",
"sequelize": "^5.7.5",
"sequelize-auto": "git+https://github.com/graphql-zeroconf/sequelize-auto.git",
"sqlite3": "^4.0.6",
"tedious": "^5.0.3",
"ucfirst": "^1.0.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/preset-es2016": "^7.0.0-beta.53",
"@babel/runtime": "^7.5.4",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-graphql": "^3.0.1",
"eslint-plugin-import": "^2.14.0"
}
}