2020-01-25 22:19:14 +01:00
|
|
|
{
|
2020-05-03 20:57:03 +02:00
|
|
|
"name": "@listory/api",
|
2023-05-07 11:43:44 +00:00
|
|
|
"version": "1.26.1",
|
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-05-07 01:56:56 +02:00
|
|
|
"@apricote/nest-pg-boss": "2.0.0",
|
2022-07-23 21:48:18 +00:00
|
|
|
"@narando/nest-axios-interceptor": "2.2.0",
|
2022-07-24 00:15:42 +00:00
|
|
|
"@nestjs/axios": "0.1.0",
|
2023-06-12 14:40:00 +00:00
|
|
|
"@nestjs/common": "9.4.3",
|
2023-06-12 06:57:51 +00:00
|
|
|
"@nestjs/config": "2.3.3",
|
2023-06-12 14:40:00 +00:00
|
|
|
"@nestjs/core": "9.4.3",
|
2023-03-30 01:29:26 +00:00
|
|
|
"@nestjs/jwt": "10.0.3",
|
2023-03-11 06:35:25 +00:00
|
|
|
"@nestjs/passport": "9.0.3",
|
2023-06-12 14:40:00 +00:00
|
|
|
"@nestjs/platform-express": "9.4.3",
|
2023-02-22 02:54:06 +00:00
|
|
|
"@nestjs/serve-static": "3.0.1",
|
2023-03-31 11:33:22 +00:00
|
|
|
"@nestjs/swagger": "6.3.0",
|
2023-03-28 00:58:48 +00:00
|
|
|
"@nestjs/terminus": "9.2.2",
|
2022-07-12 20:33:10 +02:00
|
|
|
"@nestjs/typeorm": "9.0.1",
|
2023-01-12 01:31:49 +00:00
|
|
|
"@opentelemetry/api": "1.4.0",
|
2022-09-28 22:13:45 +00:00
|
|
|
"@opentelemetry/api-metrics": "0.33.0",
|
2023-01-12 01:31:49 +00:00
|
|
|
"@opentelemetry/context-async-hooks": "1.9.0",
|
|
|
|
|
"@opentelemetry/exporter-prometheus": "0.35.0",
|
|
|
|
|
"@opentelemetry/exporter-trace-otlp-http": "0.35.0",
|
|
|
|
|
"@opentelemetry/instrumentation": "0.35.0",
|
2023-05-16 15:04:53 +00:00
|
|
|
"@opentelemetry/instrumentation-dns": "0.31.4",
|
2023-05-16 18:25:41 +00:00
|
|
|
"@opentelemetry/instrumentation-express": "0.32.3",
|
2023-01-12 01:31:49 +00:00
|
|
|
"@opentelemetry/instrumentation-http": "0.35.0",
|
2023-05-16 22:53:45 +00:00
|
|
|
"@opentelemetry/instrumentation-nestjs-core": "0.32.4",
|
2023-05-17 02:23:25 +00:00
|
|
|
"@opentelemetry/instrumentation-pg": "0.35.2",
|
2023-05-17 06:23:29 +00:00
|
|
|
"@opentelemetry/instrumentation-pino": "0.33.3",
|
2023-01-12 01:31:49 +00:00
|
|
|
"@opentelemetry/resources": "1.9.0",
|
2023-05-07 13:53:22 +02:00
|
|
|
"@opentelemetry/sdk-metrics": "1.9.0",
|
2023-01-12 01:31:49 +00:00
|
|
|
"@opentelemetry/sdk-node": "0.35.0",
|
|
|
|
|
"@opentelemetry/sdk-trace-base": "1.9.0",
|
|
|
|
|
"@opentelemetry/semantic-conventions": "1.9.0",
|
2023-06-02 21:42:31 +00:00
|
|
|
"@sentry/node": "7.54.0",
|
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-05-07 04:11:55 +02:00
|
|
|
"joi": "17.9.2",
|
2023-05-07 02:20:43 +02:00
|
|
|
"lodash": "^4.17.21",
|
2023-03-17 03:33:27 +00:00
|
|
|
"nest-raven": "9.2.0",
|
2023-05-05 21:16:20 +00:00
|
|
|
"nestjs-otel": "5.1.2",
|
2023-04-28 08:56:03 +00:00
|
|
|
"nestjs-pino": "3.2.0",
|
2022-12-13 11:21:20 +00:00
|
|
|
"nestjs-typeorm-paginate": "4.0.3",
|
2022-06-20 19:01:31 +00:00
|
|
|
"passport": "0.6.0",
|
2023-02-19 16:16:34 +01: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-05-19 00:59:17 +00:00
|
|
|
"pg": "8.11.0",
|
2023-05-07 01:56:56 +02:00
|
|
|
"pg-boss": "^9.0.0",
|
2023-05-08 17:51:45 +00:00
|
|
|
"pino": "8.14.1",
|
2023-03-08 21:50:39 +00:00
|
|
|
"pino-http": "8.3.3",
|
2020-05-11 00:24:29 +00:00
|
|
|
"reflect-metadata": "0.1.13",
|
2023-05-18 00:35:20 +00:00
|
|
|
"rimraf": "5.0.1",
|
2023-04-26 23:09:19 +00:00
|
|
|
"rxjs": "7.8.1",
|
2023-05-09 19:24:09 +00:00
|
|
|
"typeorm": "0.3.16"
|
2020-01-25 22:19:14 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-05-18 09:11:10 +00:00
|
|
|
"@nestjs/cli": "9.5.0",
|
2023-05-18 04:37:34 +00:00
|
|
|
"@nestjs/schematics": "9.2.0",
|
2023-06-12 14:40:00 +00:00
|
|
|
"@nestjs/testing": "9.4.3",
|
2022-06-19 00:03:43 +00:00
|
|
|
"@types/cookie-parser": "1.4.3",
|
2023-02-03 23:17:59 +00:00
|
|
|
"@types/express": "4.17.17",
|
2023-05-31 15:51:48 +00:00
|
|
|
"@types/jest": "29.5.2",
|
2023-05-07 02:20:43 +02:00
|
|
|
"@types/lodash": "^4.14.194",
|
2022-06-18 15:54:09 +00:00
|
|
|
"@types/long": "4.0.2",
|
2023-06-10 03:51:29 +00:00
|
|
|
"@types/node": "18.16.17",
|
2023-02-19 16:16:34 +01:00
|
|
|
"@types/passport-http-bearer": "^1.0.37",
|
2022-12-14 21:29:40 +00:00
|
|
|
"@types/passport-jwt": "3.0.8",
|
2022-06-19 02:58:40 +00:00
|
|
|
"@types/supertest": "2.0.12",
|
2023-06-12 18:18:41 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.59.11",
|
|
|
|
|
"@typescript-eslint/parser": "5.59.11",
|
2023-06-03 02:03:07 +00:00
|
|
|
"eslint": "8.42.0",
|
2021-11-09 08:29:20 +00:00
|
|
|
"eslint-config-airbnb-base": "15.0.0",
|
2022-06-11 19:20:55 +02:00
|
|
|
"eslint-config-airbnb-typescript": "17.0.0",
|
2023-03-21 05:39:36 +00:00
|
|
|
"eslint-config-prettier": "8.8.0",
|
2023-01-17 02:55:12 +00:00
|
|
|
"eslint-plugin-import": "2.27.5",
|
2023-06-07 11:53:13 +00:00
|
|
|
"eslint-plugin-jsdoc": "46.2.6",
|
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-02-04 04:00:31 +00:00
|
|
|
"eslint-plugin-react": "7.32.2",
|
2022-06-20 04:19:37 +00:00
|
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
2023-03-08 18:18:01 +00:00
|
|
|
"jest": "29.5.0",
|
2023-03-18 23:01:31 +00:00
|
|
|
"pino-pretty": "10.0.0",
|
2023-04-23 09:53:30 +00:00
|
|
|
"prettier": "2.8.8",
|
2022-12-08 02:36:50 +00:00
|
|
|
"supertest": "6.3.3",
|
2023-04-03 05:41:23 +00:00
|
|
|
"ts-jest": "29.1.0",
|
2023-05-23 18:42:23 +00:00
|
|
|
"ts-loader": "9.4.3",
|
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-05-07 04:12:56 +02:00
|
|
|
"typescript": "5.0.4"
|
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
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|