-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "wordexpress-schema",
"version": "4.3.0",
"description": "A GraphQL Schema for WordPress",
"files": [
"lib"
],
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf lib && babel src -d lib",
"buildwatch": "nodemon --exec npm run build --watch ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ramsaylanier/wordexpress-schema.git"
},
"keywords": [
"WordPress",
"Javascript",
"React",
"GraphQL"
],
"author": "Ramsay Lanier <[email protected]> (ramsaylanier.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ramsaylanier/wordexpress-schema/issues"
},
"homepage": "https://github.com/ramsaylanier/wordexpress-schema#readme",
"dependencies": {
"lodash": "^4.13.1",
"mysql2": "^1.5.1",
"nodemon": "^1.14.9",
"php-unserialize": "0.0.1",
"sequelize": "^4.28.0"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-eslint": "^7.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"eslint": "^3.19.0",
"rimraf": "^2.5.1"
}
}