@smyld/vue-property-decorator
Version:
SMYLD Fork version of vue-property-decorator to port the latest version of vue-class-component
50 lines (49 loc) • 1.33 kB
JSON
{
"name": "@smyld/vue-property-decorator",
"version": "10.0.17",
"description": "SMYLD Fork version of vue-property-decorator to port the latest version of vue-class-component",
"main": "lib/index.umd.js",
"module": "lib/index.js",
"keywords": [
"vue",
"typescript",
"decorator"
],
"author": "kaorun343",
"license": "MIT",
"directories": {
"tests": "tests"
},
"scripts": {
"build": "tsc -p ./src/tsconfig.json && rollup -c",
"test": "jest"
},
"files": [
"lib"
],
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/node": "^14.14.9",
"@vue/test-utils": "^2.0.0-rc.17",
"jest": "^26.6.3",
"jest-serializer-vue": "^2.0.2",
"prettier": "^2.2.1",
"reflect-metadata": "^0.1.13",
"rollup": "^2.33.3",
"ts-jest": "^26.4.4",
"typescript": "^4.1.2",
"vue": "^3.0.0",
"vue-class-component": "^8.0.0-0",
"vue-template-compiler": "^2.6.12"
},
"typings": "./lib/index.d.ts",
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/kaorun343/vue-property-decorator.git"
},
"bugs": {
"url": "https://github.com/kaorun343/vue-property-decorator/issues"
},
"homepage": "https://github.com/kaorun343/vue-property-decorator#readme"
}