2020-01-25 22:19:14 +01:00
|
|
|
{
|
2020-05-03 20:57:03 +02:00
|
|
|
"name": "@listory/api",
|
2023-04-03 20:22:05 +00:00
|
|
|
"version": "1.25.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": {
|
2022-06-29 21:29:00 +02:00
|
|
|
"@apricote/nest-pg-boss": "1.0.0",
|
2020-05-11 00:24:29 +00:00
|
|
|
"@hapi/joi": "17.1.1",
|
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-04-05 12:21:52 +00:00
|
|
|
"@nestjs/common": "9.4.0",
|
2023-03-09 09:51:34 +00:00
|
|
|
"@nestjs/config": "2.3.1",
|
2023-04-05 12:21:52 +00:00
|
|
|
"@nestjs/core": "9.4.0",
|
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-04-05 12:21:52 +00:00
|
|
|
"@nestjs/platform-express": "9.4.0",
|
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-02-22 04:55:27 +00:00
|
|
|
"@opentelemetry/instrumentation-dns": "0.31.2",
|
2023-03-07 19:41:47 +00:00
|
|
|
"@opentelemetry/instrumentation-express": "0.32.1",
|
2023-01-12 01:31:49 +00:00
|
|
|
"@opentelemetry/instrumentation-http": "0.35.0",
|
2023-03-07 19:49:54 +00:00
|
|
|
"@opentelemetry/instrumentation-nestjs-core": "0.32.2",
|
2023-03-08 12:49:18 +00:00
|
|
|
"@opentelemetry/instrumentation-pg": "0.35.0",
|
2023-03-07 21:29:12 +00:00
|
|
|
"@opentelemetry/instrumentation-pino": "0.33.1",
|
2023-01-12 01:31:49 +00:00
|
|
|
"@opentelemetry/resources": "1.9.0",
|
2022-09-28 22:13:45 +00:00
|
|
|
"@opentelemetry/sdk-metrics-base": "0.31.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-04-20 22:24:13 +00:00
|
|
|
"@sentry/node": "7.49.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",
|
2022-09-13 12:50:46 +00:00
|
|
|
"date-fns": "2.29.3",
|
2023-03-17 03:33:27 +00:00
|
|
|
"nest-raven": "9.2.0",
|
2023-04-21 07:04:19 +00:00
|
|
|
"nestjs-otel": "5.1.1",
|
2023-04-19 17:01:31 +00:00
|
|
|
"nestjs-pino": "3.1.3",
|
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-03-10 11:37:34 +00:00
|
|
|
"pg": "8.10.0",
|
2023-03-08 21:50:39 +00:00
|
|
|
"pino": "8.11.0",
|
|
|
|
|
"pino-http": "8.3.3",
|
2020-05-11 00:24:29 +00:00
|
|
|
"reflect-metadata": "0.1.13",
|
2023-03-22 20:13:30 +00:00
|
|
|
"rimraf": "4.4.1",
|
2022-12-16 02:41:12 +00:00
|
|
|
"rxjs": "7.8.0",
|
2023-04-15 15:08:11 +00:00
|
|
|
"typeorm": "0.3.15"
|
2020-01-25 22:19:14 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-04-21 12:31:01 +00:00
|
|
|
"@nestjs/cli": "9.4.1",
|
2023-03-31 08:06:05 +00:00
|
|
|
"@nestjs/schematics": "9.1.0",
|
2023-04-05 12:21:52 +00:00
|
|
|
"@nestjs/testing": "9.4.0",
|
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",
|
2022-12-30 23:50:36 +00:00
|
|
|
"@types/hapi__joi": "17.1.9",
|
2023-04-19 10:43:27 +00:00
|
|
|
"@types/jest": "29.5.1",
|
2022-06-18 15:54:09 +00:00
|
|
|
"@types/long": "4.0.2",
|
2023-04-23 06:04:47 +00:00
|
|
|
"@types/node": "18.16.0",
|
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-04-17 18:57:21 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.59.0",
|
|
|
|
|
"@typescript-eslint/parser": "5.59.0",
|
2023-04-22 05:23:45 +00:00
|
|
|
"eslint": "8.39.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-04-20 16:22:09 +00:00
|
|
|
"eslint-plugin-jsdoc": "43.0.7",
|
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-03-24 22:28:59 +00:00
|
|
|
"prettier": "2.8.7",
|
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",
|
2022-12-01 02:41:03 +00:00
|
|
|
"ts-loader": "9.4.2",
|
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-02-04 15:12:43 +00:00
|
|
|
"typescript": "4.9.5"
|
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
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|