gen-js/tojs/package.json
2025-03-18 11:24:46 +08:00

36 lines
832 B
JSON

{
"name": "@kevisual/tojs",
"version": "0.0.5",
"description": "generate js from other js code",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.6.2",
"type": "module",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.1",
"@types/node": "^22.13.10",
"rollup": "^4.35.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.2.1",
"typescript": "^5.8.2"
},
"files": [
"dist"
],
"exports": {
".": "./dist/tojs.js"
},
"dependencies": {
"@cacheable/node-cache": "^1.5.3",
"@kevisual/use-config": "^1.0.9",
"cacheable": "^1.8.9"
}
}