Files
motif/server/package.json
T

27 lines
602 B
JSON

{
"name": "motif-backend",
"version": "0.1.0",
"description": "MIDI search and proxy backend for Motif",
"type": "module",
"main": "dist/server.js",
"scripts": {
"dev": "tsx watch src/server.ts",
"build": "tsc",
"start": "node dist/server.js"
},
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.18.2",
"midi-writer-js": "^3.1.1"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.0.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
}
}