mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 05:20:13 +02:00
add initial files
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"name": "sonixd-server",
|
||||
"version": "1.0.0-alpha1",
|
||||
"description": "A full-featured Subsonic/Jellyfin compatible music player",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"dev": "nodemon --legacy-watch server.ts",
|
||||
"prod": "ts-node server.ts",
|
||||
"dev:debug": "nodemon --config nodemon.json --inspect-brk server.ts",
|
||||
"build": "tsc -p ."
|
||||
},
|
||||
"keywords": [
|
||||
"subsonic",
|
||||
"navidrome",
|
||||
"airsonic",
|
||||
"jellyfin",
|
||||
"react",
|
||||
"electron"
|
||||
],
|
||||
"author": {
|
||||
"name": "jeffvli",
|
||||
"url": "https://github.com/jeffvli/"
|
||||
},
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/axios": "^0.14.0",
|
||||
"@types/bcryptjs": "^2.4.2",
|
||||
"@types/cookie-parser": "^1.4.3",
|
||||
"@types/cors": "^2.8.12",
|
||||
"@types/express-session": "^1.17.4",
|
||||
"@types/lodash": "^4.14.182",
|
||||
"@types/passport-jwt": "^3.0.6",
|
||||
"@types/passport-local": "^1.0.34",
|
||||
"@typescript-eslint/parser": "^5.21.0",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"nodemon": "^2.0.7",
|
||||
"prisma": "^4.1.0",
|
||||
"ts-node": "^10.7.0",
|
||||
"typescript": "^4.6.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "^4.1.0",
|
||||
"@quixo3/prisma-session-store": "^3.1.3",
|
||||
"@types/better-queue": "^3.8.3",
|
||||
"@types/node": "^15.12.2",
|
||||
"axios": "^0.27.2",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"better-queue": "^3.8.10",
|
||||
"cookie-parser": "^1.4.5",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^10.0.0",
|
||||
"express": "^4.17.1",
|
||||
"express-async-errors": "^3.1.1",
|
||||
"express-session": "^1.17.2",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"lodash": "^4.17.21",
|
||||
"p-throttle": "^4.1.1",
|
||||
"passport": "^0.4.1",
|
||||
"passport-jwt": "^4.0.0",
|
||||
"passport-local": "^1.0.0",
|
||||
"pg": "^8.6.0",
|
||||
"winston": "^3.3.3",
|
||||
"zod": "^3.14.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user