mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 03:32:20 +08:00
12 lines
219 B
JSON
12 lines
219 B
JSON
{
|
|
"scripts": {
|
|
"build": "ts-node index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.26",
|
|
"ts-node": "^10.2.0",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.3.5"
|
|
}
|
|
}
|