1 Star 0 Fork 0

Running/ts-to-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 830 Bytes
一键复制 编辑 原始数据 按行查看 历史
Running 提交于 2024-12-09 08:50 . init project
{
"name": "ts-to-js",
"version": "1.0.0",
"main": "./src/index.ts",
"scripts": {
"dev": "ts-node ./src/index.ts",
"build": "tsc",
"clean": "rimraf dist",
"copy": "copyfiles -V -E -f \"package.json\" \"dist/\"",
"restore": "cd ./dist && npm install --omit=dev",
"deploy": "run-s clean build copy restore",
"start": "node ./dist/src/index.js",
"prod": "run-s deploy start",
"test": "ts-node ./test/local.ts"
},
"author": "john",
"license": "ISC",
"description": "Publish a project from typescript to javascript",
"dependencies": {
"mysql2": "^3.11.5"
},
"devDependencies": {
"@types/node": "^22.10.1",
"copyfiles": "^2.4.1",
"dotenv": "^16.4.7",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhujinrun/ts-to-js.git
git@gitee.com:zhujinrun/ts-to-js.git
zhujinrun
ts-to-js
ts-to-js
master

搜索帮助