1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/ts/package.json

16 lines
310 B
JSON
Raw Normal View History

2023-06-19 15:20:17 +09:00
{
"name": "ts",
"version": "1.0.0",
"private": true,
"devDependencies": {
2023-12-19 14:05:09 +09:00
"@types/express": "^4.17.21",
"@types/node": "^20.10.5",
"esbuild": "^0.18.20",
"esbuild-register": "^3.5.0",
2023-06-19 15:20:17 +09:00
"express": "^4.18.2",
2023-12-19 14:05:09 +09:00
"tsup": "^7.2.0",
"tsx": "^4.6.2",
"typescript": "^5.3.3"
2023-06-19 15:20:17 +09:00
}
}