UNPKG

tools-vue3

Version:
42 lines (41 loc) 1.06 kB
{ "name": "tools-vue3", "version": "2.0.12", "main": "dist/tools-vue3.js", "license": "MIT", "author": "VeigarChen", "types": "dist/index.d.ts", "scripts": { "dev": "ts-node ./src/dev.ts", "format": "prettier --write . ", "buildN": "npx tsc -p ./tsconfig.json", "build": "rollup -c rollup.config.cjs" }, "description": "vue3 tools", "files": [ "dist" ], "keywords": [ "vue", "vue3", "framework", "frontend" ], "repository": { "type": "git", "url": "https://gitee.com/veigarchen" }, "homepage": "https://gitee.com/veigarchen", "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-terser": "^0.4.3", "prettier": "^2.8.3", "rollup": "^3.29.2", "rollup-plugin-typescript2": "^0.36.0", "tools-javascript": "^1.1.25", "ts-node": "^10.9.2", "tslib": "^2.6.2", "typescript": "^5.3.3", "vue": "^3.4.29" } }