scoresaber-reloadedv3/common/package.json

14 lines
246 B
JSON
Raw Normal View History

2024-10-04 21:21:37 +00:00
{
"name": "@ssr/common",
"version": "1.0.0",
"scripts": {
2024-10-04 21:27:53 +00:00
"dev": "tsup src/index.ts --watch",
"build": "tsup src/index.ts"
2024-10-04 21:21:37 +00:00
},
2024-10-04 23:12:22 +00:00
"devDependencies": {
"@types/node": "^22.7.4",
2024-10-04 23:09:22 +00:00
"tsup": "^6.5.0",
"typescript": "^5"
2024-10-04 21:21:37 +00:00
}
}