Initial release
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "hot-step-cpp-server",
|
||||
"private": true,
|
||||
"version": "1.0.2",
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <24.0.0"
|
||||
},
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "tsx watch src/index.ts",
|
||||
"start": "tsx src/index.ts",
|
||||
"build": "tsc",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"postinstall": "npm rebuild better-sqlite3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lenml/tokenizers": "^3.7.2",
|
||||
"archiver": "^7.0.1",
|
||||
"better-sqlite3": "^11.8.1",
|
||||
"cheerio": "^1.2.0",
|
||||
"cmu-pronouncing-dictionary": "^3.0.0",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.5.0",
|
||||
"express": "^5.1.0",
|
||||
"ffmpeg-static": "^5.3.0",
|
||||
"multer": "^2.1.1",
|
||||
"music-metadata": "^11.12.3",
|
||||
"uuid": "^11.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/archiver": "^7.0.0",
|
||||
"@types/better-sqlite3": "^7.6.13",
|
||||
"@types/cors": "^2.8.17",
|
||||
"@types/express": "^5.0.2",
|
||||
"@types/multer": "^2.1.0",
|
||||
"@types/node": "^22.14.0",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"tsx": "^4.19.3",
|
||||
"typescript": "~5.8.2"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"tsx": "^4.21.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user