2020-01-25 22:19:14 +01:00
|
|
|
{
|
2020-05-03 20:57:03 +02:00
|
|
|
"name": "@listory/api",
|
2022-09-28 08:17:43 +00:00
|
|
|
"version": "1.20.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": {
|
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",
|
2022-11-29 09:54:29 +00:00
|
|
|
"@nestjs/common": "9.2.1",
|
2022-07-08 15:03:04 +00:00
|
|
|
"@nestjs/config": "2.2.0",
|
2022-11-29 09:54:29 +00:00
|
|
|
"@nestjs/core": "9.2.1",
|
2022-07-12 20:33:10 +02:00
|
|
|
"@nestjs/jwt": "9.0.0",
|
|
|
|
|
"@nestjs/passport": "9.0.0",
|
2022-11-29 09:54:29 +00:00
|
|
|
"@nestjs/platform-express": "9.2.1",
|
2022-07-08 17:13:46 +00:00
|
|
|
"@nestjs/schedule": "2.1.0",
|
2022-07-12 20:33:10 +02:00
|
|
|
"@nestjs/serve-static": "3.0.0",
|
2022-12-07 10:00:35 +00:00
|
|
|
"@nestjs/swagger": "6.1.4",
|
2022-11-24 11:23:20 +00:00
|
|
|
"@nestjs/terminus": "9.1.4",
|
2022-07-12 20:33:10 +02:00
|
|
|
"@nestjs/typeorm": "9.0.1",
|
2022-11-09 20:29:42 +00:00
|
|
|
"@opentelemetry/api": "1.3.0",
|
2022-09-28 22:13:45 +00:00
|
|
|
"@opentelemetry/api-metrics": "0.33.0",
|
2022-11-09 20:29:42 +00:00
|
|
|
"@opentelemetry/context-async-hooks": "1.8.0",
|
|
|
|
|
"@opentelemetry/exporter-prometheus": "0.34.0",
|
|
|
|
|
"@opentelemetry/exporter-trace-otlp-http": "0.34.0",
|
|
|
|
|
"@opentelemetry/instrumentation": "0.34.0",
|
2022-11-19 01:08:57 +00:00
|
|
|
"@opentelemetry/instrumentation-dns": "0.31.0",
|
|
|
|
|
"@opentelemetry/instrumentation-express": "0.32.0",
|
2022-11-09 20:29:42 +00:00
|
|
|
"@opentelemetry/instrumentation-http": "0.34.0",
|
2022-11-19 01:08:57 +00:00
|
|
|
"@opentelemetry/instrumentation-nestjs-core": "0.32.0",
|
|
|
|
|
"@opentelemetry/instrumentation-pg": "0.33.0",
|
|
|
|
|
"@opentelemetry/instrumentation-pino": "0.33.0",
|
2022-11-09 20:29:42 +00:00
|
|
|
"@opentelemetry/resources": "1.8.0",
|
2022-09-28 22:13:45 +00:00
|
|
|
"@opentelemetry/sdk-metrics-base": "0.31.0",
|
2022-11-09 20:29:42 +00:00
|
|
|
"@opentelemetry/sdk-node": "0.34.0",
|
|
|
|
|
"@opentelemetry/sdk-trace-base": "1.8.0",
|
|
|
|
|
"@opentelemetry/semantic-conventions": "1.8.0",
|
2022-10-06 13:08:11 +00:00
|
|
|
"@sentry/node": "7.14.2",
|
2021-11-22 20:36:44 +00:00
|
|
|
"class-transformer": "0.5.1",
|
2021-11-20 12:36:31 +00:00
|
|
|
"class-validator": "0.13.2",
|
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",
|
2022-07-12 20:33:10 +02:00
|
|
|
"nest-raven": "9.0.0",
|
2022-10-14 02:33:13 +00:00
|
|
|
"nestjs-otel": "4.1.0",
|
2022-07-24 11:29:46 +00:00
|
|
|
"nestjs-pino": "3.1.1",
|
2022-08-25 12:36:31 +00:00
|
|
|
"nestjs-typeorm-paginate": "4.0.2",
|
2022-06-20 19:01:31 +00:00
|
|
|
"passport": "0.6.0",
|
2020-05-11 00:24:29 +00:00
|
|
|
"passport-jwt": "4.0.0",
|
2021-08-14 17:30:38 +00:00
|
|
|
"passport-spotify": "2.0.0",
|
2022-08-23 21:46:26 +00:00
|
|
|
"pg": "8.8.0",
|
2022-10-20 12:48:46 +00:00
|
|
|
"pino": "8.7.0",
|
2022-10-02 11:41:25 +00:00
|
|
|
"pino-http": "8.2.1",
|
2020-05-11 00:24:29 +00:00
|
|
|
"reflect-metadata": "0.1.13",
|
|
|
|
|
"rimraf": "3.0.2",
|
2022-12-03 21:00:50 +00:00
|
|
|
"rxjs": "7.6.0",
|
2022-12-03 18:44:59 +00:00
|
|
|
"typeorm": "0.3.11"
|
2020-01-25 22:19:14 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-10-27 10:15:28 +00:00
|
|
|
"@nestjs/cli": "9.1.5",
|
2022-07-12 20:33:10 +02:00
|
|
|
"@nestjs/schematics": "9.0.3",
|
2022-11-29 09:54:29 +00:00
|
|
|
"@nestjs/testing": "9.2.1",
|
2022-06-19 00:03:43 +00:00
|
|
|
"@types/cookie-parser": "1.4.3",
|
2022-09-13 18:55:16 +00:00
|
|
|
"@types/express": "4.17.14",
|
2022-06-19 00:09:21 +00:00
|
|
|
"@types/hapi__joi": "17.1.8",
|
2022-12-05 09:13:02 +00:00
|
|
|
"@types/jest": "29.2.4",
|
2022-06-18 15:54:09 +00:00
|
|
|
"@types/long": "4.0.2",
|
2022-12-05 22:37:43 +00:00
|
|
|
"@types/node": "18.11.11",
|
2022-09-30 21:42:58 +00:00
|
|
|
"@types/passport-jwt": "3.0.7",
|
2022-06-19 02:58:40 +00:00
|
|
|
"@types/supertest": "2.0.12",
|
2022-12-05 18:56:56 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.45.1",
|
|
|
|
|
"@typescript-eslint/parser": "5.45.1",
|
2022-12-03 01:48:04 +00:00
|
|
|
"eslint": "8.29.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",
|
|
|
|
|
"eslint-config-prettier": "8.5.0",
|
|
|
|
|
"eslint-plugin-import": "2.26.0",
|
2022-11-24 23:17:01 +00:00
|
|
|
"eslint-plugin-jsdoc": "39.6.4",
|
2022-07-21 21:21:48 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "6.6.1",
|
2021-05-25 18:12:42 +02:00
|
|
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
2022-11-18 19:03:15 +00:00
|
|
|
"eslint-plugin-react": "7.31.11",
|
2022-06-20 04:19:37 +00:00
|
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
2022-11-09 00:51:11 +00:00
|
|
|
"jest": "29.3.1",
|
2022-10-05 17:47:12 +00:00
|
|
|
"pino-pretty": "9.1.1",
|
2022-12-07 19:02:11 +00:00
|
|
|
"prettier": "2.8.1",
|
2022-12-02 22:40:18 +00:00
|
|
|
"supertest": "6.3.2",
|
2022-09-29 07:18:17 +00:00
|
|
|
"ts-jest": "29.0.3",
|
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",
|
2022-12-01 08:33:56 +00:00
|
|
|
"tsconfig-paths": "4.1.1",
|
2022-11-15 21:15:33 +00:00
|
|
|
"typescript": "4.9.3"
|
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
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|