Files
apollo/packages/vue-apollo-util/package.json
T
2020-10-15 18:03:51 +02:00

38 lines
815 B
JSON

{
"name": "@vue/apollo-util",
"version": "4.0.0-alpha.6",
"description": "Apollo GraphQL for Vue - Utilities",
"repository": {
"type": "git",
"url": "git+https://github.com/Akryum/vue-apollo.git"
},
"keywords": [
"vue",
"apollo",
"graphql",
"util"
],
"author": "Guillaume Chau <guillaume.b.chau@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Akryum/vue-apollo/issues"
},
"homepage": "https://github.com/Akryum/vue-apollo#readme",
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "yarn build --watch",
"build": "tsc --outDir dist -d",
"prepublishOnly": "yarn build"
},
"devDependencies": {
"typescript": "^4"
}
}