Skip to content

Commit 72ae42d

Browse files
committed
fix(package.json): Add options and sort dependencies
1 parent 924268d commit 72ae42d

File tree

1 file changed

+28
-6
lines changed

1 file changed

+28
-6
lines changed

package.json

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,45 @@
11
{
22
"name": "vue-graphql-inject",
33
"version": "1.0.0",
4+
"keywords": [
5+
"graphql",
6+
"graphql-code-generator",
7+
"graphql-code-generator-plugin",
8+
"vue",
9+
"vuejs"
10+
],
11+
"bugs": {
12+
"url": "https://github.com/AurityLab/vue-graphql-inject/issues"
13+
},
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/AurityLab/vue-graphql-inject"
17+
},
18+
"license": "Apache-2.0",
19+
"author": "AurityLab <[email protected]>",
20+
"files": [
21+
"/lib",
22+
"/README.md",
23+
"/LICENSE"
24+
],
425
"main": "lib/VueGraphQLInject.js",
526
"types": "lib/VueGraphQLInject.d.ts",
6-
"author": "Andre Loreth <[email protected]>",
7-
"license": "MIT",
8-
"devDependencies": {
9-
"vue": "^2.6.10"
27+
"scripts": {
28+
"build": "tsc"
1029
},
1130
"dependencies": {
1231
"@graphql-codegen/plugin-helpers": "^1.2.0",
32+
"graphql": "^14.3.1"
33+
},
34+
"devDependencies": {
1335
"@graphql-codegen/testing": "^1.2.0",
1436
"@types/graphql": "^14.2.0",
1537
"@types/node": "^12.0.4",
1638
"@types/vue": "^2.0.0",
1739
"@typescript-eslint/eslint-plugin": "^1.9.0",
1840
"@typescript-eslint/parser": "^1.9.0",
1941
"eslint": "^5.16.0",
20-
"graphql": "^14.3.1",
21-
"typescript": "^3.5.1"
42+
"typescript": "^3.5.1",
43+
"vue": "^2.6.10"
2244
}
2345
}

0 commit comments

Comments
 (0)