{
    "name": "vue-hooks-env",
    "version": "2.2.13",
    "description": "TypeScript and TSX Env for Vue Composition Api",
    "author": {
        "name": "Yu Zong",
        "email": "liuxuanzy@qq.com"
    },
    "contributors": [
        {
            "name": "Ping Zhang",
            "email": "am_fe@qq.com"
        },
        {
            "name": "Qi Wu",
            "email": "441984145@qq.com"
        },
        {
            "name": "Xing Liu",
            "email": "1260320217@qq.com"
        }
    ],
    "main": "lib/index.js",
    "typings": "lib/index.d.ts",
    "module": "es/index.js",
    "scripts": {
        "lint": "eslint src/** --ext .ts,.tsx -c .eslintrc.yaml",
        "build:clean": "rm -rf lib && rm -rf es",
        "build:package": "gulp",
        "build:prepare": "npm run build:clean && npm run build:package",
        "publish:lerna": "lerna publish --force-publish=* --exact --skip-temp-tag --registry=https://registry.npmjs.org",
        "publish:all": "npm run build:prepare && npm run publish:lerna && npm run build:clean"
    },
    "devDependencies": {
        "@types/glob": "^7.1.1",
        "@types/gulp": "^4.0.6",
        "@types/merge2": "^1.3.0",
        "@typescript-eslint/eslint-plugin": "^2.16.0",
        "@typescript-eslint/parser": "^2.16.0",
        "@vue/composition-api": "^0.3.4",
        "eslint": "^6.8.0",
        "eslint-plugin-import": "^2.20.0",
        "glob": "^7.1.4",
        "gulp": "^4.0.2",
        "gulp-typescript": "^5.0.1",
        "lerna": "~3.16.5",
        "merge2": "^1.3.0",
        "ts-node": "^8.6.2",
        "typescript": "^3.7.4",
        "vue": "^2.6.11"
    },
    "dependencies": {
        "csstype": "^3.0.3"
    },
    "peerDependencies": {
        "@vue/composition-api": "^0.3.4",
        "vue": "^2.5.22"
    },
    "keywords": [
        "Vue",
        "Composition Api",
        "Hooks",
        "TypeScript",
        "TSX",
        "JSX"
    ],
    "license": "Apache-2.0",
    "engines": {
        "node": ">= 8.0.0",
        "npm": ">= 5.0.0"
    },
    "gitHead": "acbacf1da1492c23039202ade08cf0b63f5d3297"
}
