siuuuu
Version:
A tool library for automatically generating code based on plop and babel
60 lines • 1.5 kB
JSON
{
"name": "siuuuu",
"version": "1.0.7",
"description": "A tool library for automatically generating code based on plop and babel",
"main": "index.js",
"bin": "bin/index.js",
"type": "module",
"author": {
"name": "shaw",
"email": "kormondor.1994@gmail.com",
"url": "https://github.com/tool-package-plan"
},
"homepage": "https://github.com/tool-package-plan/siuuuu",
"repository": {
"url": "https://github.com/tool-package-plan/siuuuu"
},
"bugs": {
"url": "https://github.com/tool-package-plan/siuuuu/issues"
},
"keywords": [
"Vue3",
"template",
"Vue",
"Plop",
"generator",
"typescript"
],
"license": "MIT",
"dependencies": {
"@babel/generator": "^7.20.5",
"@babel/parser": "^7.20.5",
"@babel/traverse": "^7.20.5",
"@babel/types": "^7.20.5",
"chalk": "^5.2.0",
"commitizen": "^4.2.6",
"consola": "^2.15.3",
"inquirer": "^9.1.4",
"node-plop": "^0.31.0",
"ora": "^6.1.2",
"rc": "^1.2.8"
},
"devDependencies": {
"@types/babel__generator": "^7.6.4",
"@types/babel__traverse": "^7.18.3",
"@types/inquirer": "^9.0.3",
"@vitest/coverage-c8": "^0.26.2",
"cz-conventional-changelog": "^3.3.0",
"vitest": "^0.25.6"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"scripts": {
"test": "NODE_ENV=unit vitest run",
"test-c": "vitest --coverage",
"build": "tsc --build --clean && tsc --build"
}
}