@assembles/vue-hooks
Version:
compositions API for Vue
33 lines (32 loc) • 816 B
JSON
{
"name": "@assembles/vue-hooks",
"version": "0.0.0-hotfix.1",
"description": "compositions API for Vue",
"main": "./lib/index.js",
"module": "./es/index.js",
"types": "./lib/index.d.ts",
"unpkg": "dist/ahooks.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/assemble-vue/assemble-vue.git"
},
"keywords": [
"Vue3",
"compositions",
"setup"
],
"author": "actualchao",
"license": "MIT",
"bugs": {
"url": "https://github.com/assemble-vue/assemble-vue/issues"
},
"homepage": "https://github.com/assemble-vue/assemble-vue",
"dependencies": {
"@assembles/utils": "^0.0.0-hotfix.1"
},
"gitHead": "e23b34c27c99912da2c0057e60b6fb147f4b74cf"
}