1 Star 7 Fork 0

名字/机器人插件库-网站源码

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 932 Bytes
一键复制 编辑 原始数据 按行查看 历史
名字 提交于 2024-04-06 22:38 . first commit
{
"name": "typescript-node-app",
"version": "1.0.0",
"description": "A simple TypeScript Node.js application",
"main": "app.ts",
"type": "module",
"private": true,
"scripts": {
"start": "ts-node index.ts",
"pm2": "rollup -c && pm2 start main.js",
"stop": "pm2 stop index",
"build": "rollup -c"
},
"keywords": [
"TypeScript",
"Node.js"
],
"author": "名字",
"license": "MIT",
"dependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"cookie-parser": "^1.4.6",
"express": "^4.17.1",
"mysql2": "^3.7.1",
"node-localstorage": "^3.0.5",
"pm2": "^5.3.1",
"rollup": "^4.14.0",
"sequelize": "^6.35.2",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/express": "^4.17.11",
"@types/node": "^20.9.1",
"typescript": "^4.9.5"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xyb12345678qwe/plugins.git
git@gitee.com:xyb12345678qwe/plugins.git
xyb12345678qwe
plugins
机器人插件库-网站源码
main

搜索帮助