UNPKG

vue-class-transformer

Version:

CLI to transform your vanilla Vue.js components to a Typescript class based syntax.

67 lines (66 loc) 1.71 kB
{ "name": "vue-class-transformer", "version": "1.0.5", "license": "MIT", "author": "Florent Catiau-Tristant (Kapcash)", "homepage": "https://github.com/Kapcash/vue-class-transformer#readme", "bugs": { "url": "https://github.com/Kapcash/vue-class-transformer/issues" }, "description": "CLI to transform your vanilla Vue.js components to a Typescript class based syntax.", "keywords": [ "vue", "class", "typescript", "ast", "transformer", "vue-property-decorator", "cli" ], "repository": { "type": "git", "url": "https://github.com/Kapcash/vue-class-transformer" }, "main": "dist/index.js", "bin": { "vct": "bin/vct" }, "files": [ "bin", "dist" ], "scripts": { "start": "node --loader ts-node/esm src/index.ts", "build": "webpack", "test": "jest --coverage" }, "dependencies": { "@nuxtjs/eslint-config-typescript": "^5.0.0", "@typescript-eslint/eslint-plugin": "^4.14.0", "@typescript-eslint/parser": "^4.14.0", "cli-progress": "^3.8.2", "eslint": "^7.18.0", "mkdirp": "^1.0.4", "typescript": "^4.1.3", "vue": "^2.6.12", "vue-template-compiler": "^2.6.12", "yargs": "^16.2.0" }, "devDependencies": { "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "@types/glob": "^7.1.3", "@types/jest": "^26.0.19", "@types/node": "^14.14.11", "babel-jest": "^26.6.3", "copy-webpack-plugin": "^7.0.0", "jest": "^26.6.3", "ts-jest": "^26.4.4", "ts-loader": "^8.0.14", "ts-node": "^9.1.1", "typescript-parser": "^2.6.1", "webpack": "^5.13.0", "webpack-cli": "^4.3.1", "webpack-node-externals": "^2.5.2" } }