This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
scoresaber-reloadedv3/common/package.json
Liam e105a76bf2
Some checks failed
Deploy Backend / deploy (push) Failing after 29s
impl simple backend
2024-10-04 22:21:37 +01:00

17 lines
279 B
JSON

{
"name": "@ssr/common",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "tsup src/index.ts --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"tsup": "^6.5.0",
"typescript": "^5"
}
}