feat: add rollup-tools
This commit is contained in:
46
packages/rollup-tools/package.json
Normal file
46
packages/rollup-tools/package.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"name": "@kevisual/rollup-tools",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"build": "rollup -c rollup.config.mjs",
|
||||
"clean": "rimra dist"
|
||||
},
|
||||
"private": false,
|
||||
"bin": {
|
||||
"ev": "bin/ev.js"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"bin"
|
||||
],
|
||||
"keywords": [],
|
||||
"author": "abearxiong <xiongxiao@xiongxiao.me>",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@rollup/plugin-alias": "^5.1.1",
|
||||
"@rollup/plugin-commonjs": "^28.0.1",
|
||||
"@rollup/plugin-json": "^6.1.0",
|
||||
"@rollup/plugin-node-resolve": "^15.3.0",
|
||||
"@rollup/plugin-replace": "^6.0.1",
|
||||
"@rollup/plugin-typescript": "^12.1.1",
|
||||
"@types/node": "^22.9.0",
|
||||
"chalk": "^5.3.0",
|
||||
"commander": "^12.1.0",
|
||||
"glob": "^11.0.0",
|
||||
"rollup": "^4.26.0",
|
||||
"rollup-plugin-copy": "^3.5.0",
|
||||
"rollup-plugin-dts": "^6.1.1",
|
||||
"rollup-plugin-esbuild": "^6.1.1",
|
||||
"rollup-plugin-inject": "^3.0.2",
|
||||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.6.2"
|
||||
},
|
||||
"exports": {
|
||||
".": "./dist/app.mjs"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user