UNPKG

vue-rest-hooks

Version:

typescript restfull-api reactive @vue/composition-api

41 lines (40 loc) 867 B
{ "name": "vue-rest-hooks", "version": "0.2.0", "author": "jimizai", "main": "dist/index.js", "description": "typescript restfull-api reactive @vue/composition-api", "license": "MIT", "keywords": [ "typescript", "restfull-api", "reactive", "@vue/composition-api", "ts" ], "engines": { "node": ">=10.13.0" }, "bin": {}, "types": "./dist/index.d.ts", "bugs": { "url": "https://github.com/jimizai/vue-rest-hooks/issues" }, "repository": { "type": "git", "url": "git+https://github.com/jimizai/vue-rest-hooks" }, "dependencies": { "@vue/composition-api": "^0.3.4", "vue": "^2.6.11", "vue-router": "^3.1.5", "vuex": "^3.1.2" }, "scripts": { "tsc": "yarn clean && tsc -p tsconfig.json", "clean": "rm -rf dist/*" }, "devDependencies": { "@types/node": "^13.7.1" } }