UNPKG

vue-plugin-helper-decorator

Version:
69 lines (68 loc) 1.77 kB
{ "name": "vue-plugin-helper-decorator", "version": "0.0.12", "description": "A bundle of decorator for using vue plugin", "main": "dist/vue-plugin-helper-decorator.umd.js", "module": "dist/vue-plugin-helper-decorator.js", "typings": "dist/types/vue-plugin-helper-decorator.d.ts", "keywords": [ "vue", "typescript", "decorator", "plugin", "vue-socket.io", "vuelidates", "idle-vue" ], "author": "vip30", "license": "MIT", "directories": { "test": "test" }, "scripts": { "build": "tsc -p src/tsconfig.json && rollup -c", "cover": " ", "format": "prettier --write src/**/*.ts ", "pre-commit": "npm run format", "release": "sh release.sh", "test": " " }, "files": [ "dist" ], "devDependencies": { "@types/jest": "^16.0.8", "@types/node": "^8.0.47", "@vue/test-utils": "^1.0.0-beta.10", "codecov": "^3.0.2", "jest": "^22.4.3", "jest-localstorage-mock": "^2.2.0", "rollup": "^0.50.0", "rollup-plugin-commonjs": "^8.2.6", "rollup-plugin-typescript": "^0.8.1", "ts-jest": "^22.4.6", "typescript": "^2.8.3", "tslint": "^5.9.1", "tslint-config-prettier": "^1.7.0", "pre-commit": "^1.2.2", "prettier": "^1.10.2", "prettier-tslint": "^0.3.0", "vue": "^2.5.16", "vue-jest": "^2.6.0", "vue-template-compiler": "^2.5.13" }, "pre-commit": [ "pre-commit" ], "dependencies": { "vue-class-component": "^6.2.0" }, "repository": { "type": "git", "url": "git+https://github.com/vip30/vue-plugin-helper-decorator.git" }, "bugs": { "url": "https://github.com/vip30/vue-plugin-helper-decorator.git/issues" }, "homepage": "https://github.com/vip30/vue-plugin-helper-decorator.git#readme" }