2025-07-01 18:53:28 +08:00

27 lines
674 B
JSON

{
"name": "aliyun-ai",
"version": "0.0.1",
"description": "",
"main": "index.js",
"basename": "/root/aliyun-ai",
"app": {
"key": "aliyun-ai",
"entry": "dist/app.js",
"type": "system-app"
},
"files": [
"dist"
],
"scripts": {
"dev": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 bun --watch src/dev.ts ",
"build": "rimraf dist && bun run bun.config.mjs",
"clean": "rm -rf dist",
"pub": "npm run build && envision pack -p -u"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.12.1",
"type": "module",
"devDependencies": {}
}