UNPKG

vite-plugin-vue-wizard

Version:

Wrapper for automatic add toNative() for vue-facing-decorator

27 lines (26 loc) 666 B
{ "name": "vite-plugin-vue-wizard", "description": "Wrapper for automatic add toNative() for vue-facing-decorator", "version": "0.0.2", "author": { "name": "Vladislav Artemkin", "email": "vartemkin@gmail.com", "url": "http://vartemkin.ru/" }, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "lint": "tslint 'src/**/*.ts'", "build": "rm -rf dist/ && tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "vue-facing-decorator" ], "license": "ISC", "devDependencies": { "@babel/core": "^7.26.0", "@types/babel__core": "^7.20.5", "@types/node": "^20.17.9" } }