|
1 | 1 | {
|
2 |
| - "name": "json-graphql-server", |
3 |
| - "version": "0.6.0", |
4 |
| - "main": "lib/index", |
5 |
| - "repository": "git@github.com:marmelab/json-graphql-server.git", |
6 |
| - "authors": [ |
7 |
| - "François Zaninotto", |
8 |
| - "Gildas Garcia" |
9 |
| - ], |
10 |
| - "files": [ |
11 |
| - "*.md", |
12 |
| - "lib", |
13 |
| - "bin" |
14 |
| - ], |
15 |
| - "license": "MIT", |
16 |
| - "scripts": { |
17 |
| - "build": "make build", |
18 |
| - "clean": "make clean", |
19 |
| - "format": "make format", |
20 |
| - "precommit": "lint-staged", |
21 |
| - "prepublish": "make build", |
22 |
| - "test": "make test", |
23 |
| - "watch": "make watch", |
24 |
| - "watch-test": "make watch-test" |
25 |
| - }, |
26 |
| - "lint-staged": { |
27 |
| - "src/**/*.js": [ |
28 |
| - "eslint --fix", |
29 |
| - "git add" |
30 |
| - ] |
31 |
| - }, |
32 |
| - "devDependencies": { |
33 |
| - "@types/jest": "~19.2.4", |
34 |
| - "babel-cli": "~6.24.1", |
35 |
| - "babel-core": "~6.25.0", |
36 |
| - "babel-eslint": "~7.2.3", |
37 |
| - "babel-jest": "~20.0.3", |
38 |
| - "babel-loader": "^7.1.1", |
39 |
| - "babel-plugin-add-module-exports": "^0.2.1", |
40 |
| - "babel-plugin-external-helpers": "~6.22.0", |
41 |
| - "babel-preset-es2015": "~6.24.1", |
42 |
| - "babel-preset-stage-0": "~6.24.1", |
43 |
| - "eslint": "~4.2.0", |
44 |
| - "eslint-config-prettier": "~2.3.0", |
45 |
| - "eslint-plugin-import": "~2.7.0", |
46 |
| - "eslint-plugin-jest": "~20.0.3", |
47 |
| - "eslint-plugin-prettier": "~2.1.2", |
48 |
| - "husky": "~0.13.3", |
49 |
| - "jest": "~20.0.4", |
50 |
| - "lint-staged": "~3.4.1", |
51 |
| - "prettier": "~1.5.2", |
52 |
| - "rollup": "~0.43.0", |
53 |
| - "rollup-plugin-babel": "~2.7.1", |
54 |
| - "rollup-plugin-commonjs": "~8.0.2", |
55 |
| - "rollup-plugin-json": "~2.3.0", |
56 |
| - "rollup-plugin-node-builtins": "~2.1.2", |
57 |
| - "rollup-plugin-node-globals": "~1.1.0", |
58 |
| - "rollup-plugin-node-resolve": "~3.0.0", |
59 |
| - "rollup-watch": "~4.0.0", |
60 |
| - "supertest": "^3.0.0", |
61 |
| - "webpack": "~3.2.0" |
62 |
| - }, |
63 |
| - "dependencies": { |
64 |
| - "apollo-client": "~1.2.0", |
65 |
| - "apollo-test-utils": "~0.3.2", |
66 |
| - "babel-plugin-transform-runtime": "~6.23.0", |
67 |
| - "express": "~4.15.3", |
68 |
| - "express-graphql": "^0.6.6", |
69 |
| - "graphql": "~0.10.3", |
70 |
| - "graphql-errors": "^2.1.0", |
71 |
| - "graphql-tag": "~2.0.0", |
72 |
| - "graphql-tools": "~1.1.0", |
73 |
| - "inflection": "~1.12.0", |
74 |
| - "lodash.merge": "~4.6.0" |
75 |
| - }, |
76 |
| - "bin": { |
77 |
| - "json-graphql-server": "bin/json-graphql-server.js" |
78 |
| - } |
| 2 | + "name": "json-graphql-server", |
| 3 | + "version": "0.7.0", |
| 4 | + "main": "lib/index", |
| 5 | + "repository": "git@github.com:marmelab/json-graphql-server.git", |
| 6 | + "authors": ["François Zaninotto", "Gildas Garcia"], |
| 7 | + "files": ["*.md", "lib", "bin"], |
| 8 | + "license": "MIT", |
| 9 | + "scripts": { |
| 10 | + "build": "make build", |
| 11 | + "clean": "make clean", |
| 12 | + "format": "make format", |
| 13 | + "precommit": "lint-staged", |
| 14 | + "prepublish": "make build", |
| 15 | + "test": "make test", |
| 16 | + "watch": "make watch", |
| 17 | + "watch-test": "make watch-test" |
| 18 | + }, |
| 19 | + "lint-staged": { |
| 20 | + "src/**/*.js": ["eslint --fix", "git add"] |
| 21 | + }, |
| 22 | + "devDependencies": { |
| 23 | + "@types/jest": "~19.2.4", |
| 24 | + "babel-cli": "~6.24.1", |
| 25 | + "babel-core": "~6.25.0", |
| 26 | + "babel-eslint": "~7.2.3", |
| 27 | + "babel-jest": "~20.0.3", |
| 28 | + "babel-loader": "^7.1.1", |
| 29 | + "babel-plugin-add-module-exports": "^0.2.1", |
| 30 | + "babel-plugin-external-helpers": "~6.22.0", |
| 31 | + "babel-preset-es2015": "~6.24.1", |
| 32 | + "babel-preset-stage-0": "~6.24.1", |
| 33 | + "eslint": "~4.2.0", |
| 34 | + "eslint-config-prettier": "~2.3.0", |
| 35 | + "eslint-plugin-import": "~2.7.0", |
| 36 | + "eslint-plugin-jest": "~20.0.3", |
| 37 | + "eslint-plugin-prettier": "~2.1.2", |
| 38 | + "husky": "~0.13.3", |
| 39 | + "jest": "~20.0.4", |
| 40 | + "lint-staged": "~3.4.1", |
| 41 | + "prettier": "~1.5.2", |
| 42 | + "rollup": "~0.43.0", |
| 43 | + "rollup-plugin-babel": "~2.7.1", |
| 44 | + "rollup-plugin-commonjs": "~8.0.2", |
| 45 | + "rollup-plugin-json": "~2.3.0", |
| 46 | + "rollup-plugin-node-builtins": "~2.1.2", |
| 47 | + "rollup-plugin-node-globals": "~1.1.0", |
| 48 | + "rollup-plugin-node-resolve": "~3.0.0", |
| 49 | + "rollup-watch": "~4.0.0", |
| 50 | + "supertest": "^3.0.0", |
| 51 | + "webpack": "~3.2.0" |
| 52 | + }, |
| 53 | + "dependencies": { |
| 54 | + "apollo-client": "~1.2.0", |
| 55 | + "apollo-test-utils": "~0.3.2", |
| 56 | + "babel-plugin-transform-runtime": "~6.23.0", |
| 57 | + "express": "~4.15.3", |
| 58 | + "express-graphql": "^0.6.6", |
| 59 | + "graphql": "~0.10.3", |
| 60 | + "graphql-errors": "^2.1.0", |
| 61 | + "graphql-tag": "~2.0.0", |
| 62 | + "graphql-tools": "~1.1.0", |
| 63 | + "inflection": "~1.12.0", |
| 64 | + "lodash.merge": "~4.6.0" |
| 65 | + }, |
| 66 | + "bin": { |
| 67 | + "json-graphql-server": "bin/json-graphql-server.js" |
| 68 | + } |
79 | 69 | }
|
0 commit comments