30 lines
713 B
JSON
30 lines
713 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",
|
|
"runtime": [
|
|
"server"
|
|
]
|
|
},
|
|
"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": {}
|
|
} |