29c84cf8b9
commit c0148e8301b9d2a987c79d8f49f90e678c75e5a4 Author: Roberto Tonino <roberto.tonino5@gmail.com> Date: Fri Apr 9 21:06:02 2021 +0200 test: disabled logger when in test mode; refactor: type names commit 418fc5647f2adb97df312eed5eb9c2d17de9d24c Author: Roberto Tonino <roberto.tonino5@gmail.com> Date: Fri Apr 9 20:49:54 2021 +0200 test: added albumSearch test; chore: removed sample endpoint commit e2c79f6ee65448b92714bffd5281072279e0b522 Author: Roberto Tonino <roberto.tonino5@gmail.com> Date: Fri Apr 9 19:16:25 2021 +0200 test: added cookie parser test commit 78d70b7369015cd467f684e636c6788b58c54a7a Author: Roberto Tonino <roberto.tonino5@gmail.com> Date: Fri Apr 9 19:07:44 2021 +0200 feat: added root path first test commit eb91ff06d62d81fbfa6851f1dea374addf709582 Author: Roberto Tonino <roberto.tonino5@gmail.com> Date: Fri Apr 9 18:45:32 2021 +0200 feat: added test deps
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "deemix-gui",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start-old": "node bin/www",
|
|
"start": "nodemon src/app.ts",
|
|
"start-build": "node dist/app.js",
|
|
"lint": "eslint . --fix",
|
|
"prebuild": "yarn lint",
|
|
"build": "tsc",
|
|
"test": "jest",
|
|
"test-watch": "jest --watch"
|
|
},
|
|
"dependencies": {
|
|
"cookie-parser": "1.4.5",
|
|
"debug": "2.6.9",
|
|
"deemix": "^0.0.1",
|
|
"deezer-js": "^0.0.7",
|
|
"express": "4.17.1",
|
|
"morgan": "1.10.0",
|
|
"ws": "^7.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/eslint-config": "6.0.0",
|
|
"@types/cookie-parser": "1.4.2",
|
|
"@types/debug": "4.1.5",
|
|
"@types/express": "4.17.11",
|
|
"@types/jest": "26.0.22",
|
|
"@types/morgan": "1.9.2",
|
|
"@types/node": "14.14.37",
|
|
"@types/ws": "^7.4.1",
|
|
"@types/supertest": "2.0.11",
|
|
"@typescript-eslint/eslint-plugin": "4.21.0",
|
|
"@typescript-eslint/parser": "4.21.0",
|
|
"eslint": "7.23.0",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"eslint-plugin-prettier": "3.3.1",
|
|
"jest": "26.6.3",
|
|
"nodemon": "2.0.7",
|
|
"prettier": "2.2.1",
|
|
"supertest": "6.1.3",
|
|
"ts-jest": "26.5.4",
|
|
"ts-node": "9.1.1",
|
|
"ts-node-dev": "1.1.6",
|
|
"typescript": "4.2.4"
|
|
}
|
|
}
|