beesbuild
Version:
构建工具链
102 lines • 2.62 kB
JSON
{
"name": "beesbuild",
"version": "0.1.3",
"description": "构建工具链",
"keywords": [
"beesbuild",
"cli",
"bees",
"build"
],
"license": "MIT",
"files": [
"bin",
"cli",
"dist",
"es",
"lib",
"types",
"_virtual"
],
"main": "lib/index.cjs",
"module": "es/index.mjs",
"bin": {
"beesbuild": "bin/cli.cjs"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"types": "types/index.d.ts",
"peerDependencies": {
"jiti": "^1.19.3"
},
"dependencies": {
"@beesbuild/utils": "^0.1.2",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/pluginutils": "^4.2.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@volar/typescript": "^2.4.6",
"@vue/compiler-sfc": "^3.5.12",
"@vue/runtime-core": "^3.5.12",
"chalk-unified": "^1.0.0",
"chokidar": "^3.6.0",
"commander": "^12.0.0",
"consola": "^3.2.3",
"esbuild": "^0.21.1",
"gulp-nodemon": "latest",
"jiti": "^1.19.3",
"logsets": "latest",
"mlly": "^1.7.0",
"prettier": "^3.4.0",
"rimraf": "^4.0.0",
"rollup": "^4.22.4",
"rollup-plugin-dts": "^4.2.1",
"rollup-plugin-esbuild": "^5.0.0",
"shelljs": "^0.8.5",
"ts-morph": "^24.0.0",
"typescript": "*",
"unplugin-vue-macros": "^2.5.1",
"vue-tsc": "^2.1.6",
"lodash-unified": "^1.0.3",
"lodash": "^4.17.21",
"yargs-parser": "^21.1.1"
},
"devDependencies": {
"@babel/preset-typescript": "latest",
"@esbuild-kit/cjs-loader": "^2.4.2",
"@pnpm/types": "latest",
"@types/fs-extra": "latest",
"@types/gulp": "latest",
"@types/gulp-nodemon": "latest",
"@types/node": "latest",
"@types/rimraf": "^4.0.5",
"@types/shelljs": "latest",
"@types/update-notifier": "latest",
"@types/yargs-parser": "latest",
"release-it": "^17.2.1",
"release-it-pnpm": "^4.6.0",
"unbuild": "^2.0.0"
},
"release-it": {
"plugins": {
"release-it-pnpm": {
"disableRelease": true
}
}
},
"scripts": {
"beesbuild:stub": "unbuild --stub",
"beesbuild:build": "unbuild",
"sync:cnpm:version": "cnpm sync beesbuild",
"release-it:publish": "release-it --preReleaseId=beta --no-git",
"internal:publish": "beesbuild publish --preReleaseId=beta",
"pnpm:publish": "pnpm publish --no-git-checks"
}
}