2020-01-25 22:19:14 +01:00
|
|
|
{
|
2020-05-03 20:57:03 +02:00
|
|
|
"name": "@listory/api",
|
2023-10-15 13:25:51 +00:00
|
|
|
"version": "1.31.0",
|
2020-01-25 22:19:14 +01:00
|
|
|
"description": "Track your Spotify Listen History",
|
2020-05-03 20:57:03 +02:00
|
|
|
"author": {
|
|
|
|
|
"name": "Julian Tölle",
|
|
|
|
|
"email": "julian.toelle97@gmail.com"
|
|
|
|
|
},
|
2020-01-25 22:19:14 +01:00
|
|
|
"license": "MIT",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"prebuild": "rimraf dist",
|
|
|
|
|
"build": "nest build",
|
2020-05-02 17:17:20 +02:00
|
|
|
"format": "prettier --write \"src/**/*.ts\"",
|
2020-01-25 22:19:14 +01:00
|
|
|
"start": "nest start",
|
|
|
|
|
"start:dev": "nest start --watch",
|
2022-07-12 21:09:41 +02:00
|
|
|
"start:console": "nest start --watch --entryFile console",
|
2020-01-25 22:19:14 +01:00
|
|
|
"start:debug": "nest start --debug --watch",
|
|
|
|
|
"start:prod": "node dist/main",
|
2021-05-25 18:12:42 +02:00
|
|
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx src/ frontend/src/",
|
2021-06-20 01:23:48 +02:00
|
|
|
"lint:api": "eslint --ext .js,.ts src/ test/",
|
|
|
|
|
"lint:frontend": "eslint --ext .js,.jsx,.ts,.tsx frontend/src/",
|
2020-01-25 22:19:14 +01:00
|
|
|
"test": "jest",
|
|
|
|
|
"test:watch": "jest --watch",
|
|
|
|
|
"test:cov": "jest --coverage",
|
|
|
|
|
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
|
|
|
|
|
"test:e2e": "jest --config ./apps/listory/test/jest-e2e.json"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-09-16 13:02:19 +02:00
|
|
|
"@apricote/nest-pg-boss": "2.1.0",
|
|
|
|
|
"@narando/nest-axios-interceptor": "3.0.0",
|
|
|
|
|
"@nestjs/axios": "3.0.0",
|
2023-10-05 07:07:05 +00:00
|
|
|
"@nestjs/common": "10.2.7",
|
2023-09-16 13:02:19 +02:00
|
|
|
"@nestjs/config": "3.1.1",
|
2023-10-05 07:07:05 +00:00
|
|
|
"@nestjs/core": "10.2.7",
|
2023-09-16 10:15:31 +00:00
|
|
|
"@nestjs/jwt": "10.1.1",
|
2023-09-16 13:02:19 +02:00
|
|
|
"@nestjs/passport": "10.0.2",
|
2023-10-05 07:07:05 +00:00
|
|
|
"@nestjs/platform-express": "10.2.7",
|
2023-09-16 13:02:19 +02:00
|
|
|
"@nestjs/serve-static": "4.0.0",
|
2023-10-04 08:10:00 +00:00
|
|
|
"@nestjs/swagger": "7.1.13",
|
2023-09-16 13:02:19 +02:00
|
|
|
"@nestjs/terminus": "10.1.1",
|
|
|
|
|
"@nestjs/typeorm": "10.0.0",
|
2023-09-16 12:14:45 +02:00
|
|
|
"@opentelemetry/api": "1.6.0",
|
2022-09-28 22:13:45 +00:00
|
|
|
"@opentelemetry/api-metrics": "0.33.0",
|
2023-10-10 16:16:37 +00:00
|
|
|
"@opentelemetry/context-async-hooks": "1.17.1",
|
|
|
|
|
"@opentelemetry/exporter-prometheus": "0.44.0",
|
|
|
|
|
"@opentelemetry/exporter-trace-otlp-http": "0.44.0",
|
|
|
|
|
"@opentelemetry/instrumentation": "0.44.0",
|
2023-10-11 09:35:24 +00:00
|
|
|
"@opentelemetry/instrumentation-dns": "0.32.3",
|
2023-10-11 13:22:24 +00:00
|
|
|
"@opentelemetry/instrumentation-express": "0.33.2",
|
2023-10-10 16:16:37 +00:00
|
|
|
"@opentelemetry/instrumentation-http": "0.44.0",
|
2023-10-11 16:33:30 +00:00
|
|
|
"@opentelemetry/instrumentation-nestjs-core": "0.33.2",
|
2023-10-11 19:50:10 +00:00
|
|
|
"@opentelemetry/instrumentation-pg": "0.36.2",
|
2023-10-11 22:07:21 +00:00
|
|
|
"@opentelemetry/instrumentation-pino": "0.34.2",
|
2023-10-10 16:16:37 +00:00
|
|
|
"@opentelemetry/resources": "1.17.1",
|
|
|
|
|
"@opentelemetry/sdk-metrics": "1.17.1",
|
|
|
|
|
"@opentelemetry/sdk-node": "0.44.0",
|
|
|
|
|
"@opentelemetry/sdk-trace-base": "1.17.1",
|
|
|
|
|
"@opentelemetry/semantic-conventions": "1.17.1",
|
2023-10-17 14:59:33 +00:00
|
|
|
"@sentry/node": "7.74.1",
|
2021-11-22 20:36:44 +00:00
|
|
|
"class-transformer": "0.5.1",
|
2022-12-09 18:34:30 +00:00
|
|
|
"class-validator": "0.14.0",
|
2021-11-16 19:31:58 +00:00
|
|
|
"cookie-parser": "1.4.6",
|
2023-04-30 06:03:18 +00:00
|
|
|
"date-fns": "2.30.0",
|
2023-10-04 18:24:49 +00:00
|
|
|
"joi": "17.11.0",
|
2023-09-16 13:02:19 +02:00
|
|
|
"lodash": "4.17.21",
|
|
|
|
|
"nest-raven": "10.0.0",
|
|
|
|
|
"nestjs-otel": "5.1.5",
|
2023-09-27 04:11:38 +00:00
|
|
|
"nestjs-pino": "3.5.0",
|
2023-06-30 12:27:11 +00:00
|
|
|
"nestjs-typeorm-paginate": "4.0.4",
|
2022-06-20 19:01:31 +00:00
|
|
|
"passport": "0.6.0",
|
2023-09-16 13:02:19 +02:00
|
|
|
"passport-http-bearer": "1.0.1",
|
2022-12-24 07:18:28 +00:00
|
|
|
"passport-jwt": "4.0.1",
|
2021-08-14 17:30:38 +00:00
|
|
|
"passport-spotify": "2.0.0",
|
2023-09-16 13:02:19 +02:00
|
|
|
"pg": "8.11.3",
|
|
|
|
|
"pg-boss": "9.0.3",
|
2023-10-10 04:50:05 +00:00
|
|
|
"pino": "8.16.0",
|
2023-09-16 13:02:19 +02:00
|
|
|
"pino-http": "8.5.0",
|
2020-05-11 00:24:29 +00:00
|
|
|
"reflect-metadata": "0.1.13",
|
2023-09-27 16:54:47 +00:00
|
|
|
"rimraf": "5.0.5",
|
2023-04-26 23:09:19 +00:00
|
|
|
"rxjs": "7.8.1",
|
2023-06-30 12:27:11 +00:00
|
|
|
"typeorm": "0.3.17"
|
2020-01-25 22:19:14 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-09-24 12:20:24 +00:00
|
|
|
"@nestjs/cli": "10.1.18",
|
2023-09-16 13:02:19 +02:00
|
|
|
"@nestjs/schematics": "10.0.2",
|
2023-10-05 07:07:05 +00:00
|
|
|
"@nestjs/testing": "10.2.7",
|
2023-10-18 01:52:45 +00:00
|
|
|
"@types/cookie-parser": "1.4.5",
|
2023-10-18 03:27:47 +00:00
|
|
|
"@types/express": "4.17.20",
|
2023-10-18 08:19:30 +00:00
|
|
|
"@types/jest": "29.5.6",
|
2023-10-18 11:25:53 +00:00
|
|
|
"@types/lodash": "4.14.200",
|
2023-10-18 15:51:00 +00:00
|
|
|
"@types/node": "20.8.7",
|
2023-09-25 03:55:49 +00:00
|
|
|
"@types/passport-http-bearer": "1.0.38",
|
2023-09-25 06:49:24 +00:00
|
|
|
"@types/passport-jwt": "3.0.10",
|
2023-10-03 00:36:30 +00:00
|
|
|
"@types/supertest": "2.0.14",
|
2023-10-17 00:44:21 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "6.8.0",
|
|
|
|
|
"@typescript-eslint/parser": "6.8.0",
|
2023-10-06 21:11:30 +00:00
|
|
|
"eslint": "8.51.0",
|
2021-11-09 08:29:20 +00:00
|
|
|
"eslint-config-airbnb-base": "15.0.0",
|
2023-09-16 13:02:19 +02:00
|
|
|
"eslint-config-airbnb-typescript": "17.1.0",
|
|
|
|
|
"eslint-config-prettier": "9.0.0",
|
|
|
|
|
"eslint-plugin-import": "2.28.1",
|
2023-09-25 12:27:01 +00:00
|
|
|
"eslint-plugin-jsdoc": "46.8.2",
|
2023-01-12 12:45:03 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "6.7.1",
|
2021-05-25 18:12:42 +02:00
|
|
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
2023-09-16 13:02:19 +02:00
|
|
|
"eslint-plugin-react": "7.33.2",
|
2022-06-20 04:19:37 +00:00
|
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
2023-09-16 13:02:19 +02:00
|
|
|
"jest": "29.7.0",
|
2023-10-04 22:56:47 +00:00
|
|
|
"pino-pretty": "10.2.3",
|
2023-09-16 13:02:19 +02:00
|
|
|
"prettier": "3.0.3",
|
2022-12-08 02:36:50 +00:00
|
|
|
"supertest": "6.3.3",
|
2023-06-30 08:26:57 +00:00
|
|
|
"ts-jest": "29.1.1",
|
2023-10-07 12:13:19 +00:00
|
|
|
"ts-loader": "9.5.0",
|
2022-07-17 18:18:16 +00:00
|
|
|
"ts-node": "10.9.1",
|
2023-03-30 06:58:02 +00:00
|
|
|
"tsconfig-paths": "4.2.0",
|
2023-09-16 13:02:19 +02:00
|
|
|
"typescript": "5.2.2"
|
2020-01-25 22:19:14 +01:00
|
|
|
},
|
|
|
|
|
"jest": {
|
|
|
|
|
"moduleFileExtensions": [
|
|
|
|
|
"js",
|
|
|
|
|
"json",
|
|
|
|
|
"ts"
|
|
|
|
|
],
|
|
|
|
|
"rootDir": ".",
|
|
|
|
|
"testRegex": ".spec.ts$",
|
|
|
|
|
"transform": {
|
|
|
|
|
"^.+\\.(t|j)s$": "ts-jest"
|
|
|
|
|
},
|
|
|
|
|
"coverageDirectory": "./coverage",
|
2021-08-12 14:02:36 +00:00
|
|
|
"collectCoverageFrom": [
|
|
|
|
|
"src/**/*.ts"
|
|
|
|
|
],
|
2020-01-25 22:19:14 +01:00
|
|
|
"testEnvironment": "node",
|
|
|
|
|
"roots": [
|
2020-09-05 21:28:15 +02:00
|
|
|
"<rootDir>/src/"
|
2020-01-25 22:19:14 +01:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|