Files
apollo/packages/vue-apollo-util/package.json
T
Guillaume Chau ff4c1630a6 v4.0.0-alpha.2
2019-12-04 15:54:40 +01:00

38 lines
819 B
JSON

{
"name": "@vue/apollo-util",
"version": "4.0.0-alpha.2",
"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": "^3.7.2"
}
}