|
1 | 1 | {
|
| 2 | + "name": "graphql-lodash", |
2 | 3 | "description": "GraphQL Lodash",
|
| 4 | + "keywords": [ |
| 5 | + "GraphQL", |
| 6 | + "lodash", |
| 7 | + "underscore", |
| 8 | + "fp", |
| 9 | + "functional" |
| 10 | + ], |
| 11 | + "license": "MIT", |
| 12 | + "author": "APIs.guru <[email protected]>", |
| 13 | + "homepage": "https://github.com/APIs-guru/graphql-lodash#readme", |
| 14 | + "repository": { |
| 15 | + "type": "git", |
| 16 | + "url": "git+https://github.com/APIs-guru/graphql-lodash.git" |
| 17 | + }, |
| 18 | + "bugs": { |
| 19 | + "url": "https://github.com/APIs-guru/graphql-lodash/issues" |
| 20 | + }, |
| 21 | + "version": "1.3.4", |
| 22 | + "main": "lib/graphql-lodash.bundle.js", |
| 23 | + "module": "lib/index.js", |
| 24 | + "jsnext:main": "lib/index.js", |
| 25 | + "types": "lib/index.d.ts", |
3 | 26 | "scripts": {
|
4 | 27 | "start": "webpack-dev-server --config demo/webpack.demo.js",
|
5 | 28 | "build:demo": "webpack -p --config demo/webpack.demo.js",
|
|
32 | 55 | "typescript": "2.9.2",
|
33 | 56 | "webpack": "3.12.0",
|
34 | 57 | "webpack-dev-server": "2.11.5"
|
35 |
| - }, |
36 |
| - "name": "graphql-lodash", |
37 |
| - "version": "1.3.4", |
38 |
| - "main": "lib/graphql-lodash.bundle.js", |
39 |
| - "module": "lib/index.js", |
40 |
| - "jsnext:main": "lib/index.js", |
41 |
| - "types": "lib/index.d.ts", |
42 |
| - "repository": { |
43 |
| - "type": "git", |
44 |
| - "url": "git+https://github.com/APIs-guru/graphql-lodash.git" |
45 |
| - }, |
46 |
| - "keywords": [ |
47 |
| - "GraphQL", |
48 |
| - "lodash", |
49 |
| - "underscore", |
50 |
| - "fp", |
51 |
| - "functional" |
52 |
| - ], |
53 |
| - "author": "APIs.guru <[email protected]>", |
54 |
| - "license": "MIT", |
55 |
| - "bugs": { |
56 |
| - "url": "https://github.com/APIs-guru/graphql-lodash/issues" |
57 |
| - }, |
58 |
| - "homepage": "https://github.com/APIs-guru/graphql-lodash#readme" |
| 58 | + } |
59 | 59 | }
|
0 commit comments