2020-01-25 22:19:14 +01:00
|
|
|
{
|
2020-05-03 20:57:03 +02:00
|
|
|
"name": "@listory/api",
|
2022-07-12 18:38:15 +00:00
|
|
|
"version": "1.18.2",
|
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",
|
|
|
|
|
"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-06-29 19:58:01 +02:00
|
|
|
"@narando/nest-axios-interceptor": "2.1.0",
|
2022-06-16 20:42:19 +02:00
|
|
|
"@nestjs/axios": "0.0.8",
|
2022-06-16 20:35:28 +02:00
|
|
|
"@nestjs/common": "8.4.7",
|
2022-07-08 15:03:04 +00:00
|
|
|
"@nestjs/config": "2.2.0",
|
2022-06-16 20:35:28 +02:00
|
|
|
"@nestjs/core": "8.4.7",
|
2022-06-16 20:42:19 +02:00
|
|
|
"@nestjs/jwt": "8.0.1",
|
2022-02-27 17:57:33 +01:00
|
|
|
"@nestjs/passport": "8.2.2",
|
2022-06-16 20:35:28 +02:00
|
|
|
"@nestjs/platform-express": "8.4.7",
|
2022-07-08 17:13:46 +00:00
|
|
|
"@nestjs/schedule": "2.1.0",
|
2021-07-28 01:39:47 +00:00
|
|
|
"@nestjs/serve-static": "2.2.2",
|
2022-02-27 17:57:33 +01:00
|
|
|
"@nestjs/swagger": "5.2.1",
|
2022-07-05 20:22:19 +00:00
|
|
|
"@nestjs/terminus": "8.1.1",
|
2022-06-25 13:48:25 +00:00
|
|
|
"@nestjs/typeorm": "8.1.4",
|
2022-02-27 17:57:33 +01:00
|
|
|
"@opentelemetry/api": "1.0.4",
|
2022-06-29 19:58:01 +02:00
|
|
|
"@opentelemetry/api-metrics": "0.27.0",
|
2022-02-27 17:57:33 +01:00
|
|
|
"@opentelemetry/context-async-hooks": "1.0.1",
|
|
|
|
|
"@opentelemetry/exporter-prometheus": "0.27.0",
|
|
|
|
|
"@opentelemetry/exporter-trace-otlp-http": "0.27.0",
|
|
|
|
|
"@opentelemetry/instrumentation": "0.27.0",
|
|
|
|
|
"@opentelemetry/instrumentation-dns": "0.27.1",
|
|
|
|
|
"@opentelemetry/instrumentation-express": "0.27.0",
|
|
|
|
|
"@opentelemetry/instrumentation-http": "0.27.0",
|
|
|
|
|
"@opentelemetry/instrumentation-nestjs-core": "0.28.3",
|
|
|
|
|
"@opentelemetry/instrumentation-pg": "0.27.0",
|
|
|
|
|
"@opentelemetry/instrumentation-pino": "0.28.1",
|
|
|
|
|
"@opentelemetry/resources": "1.0.1",
|
|
|
|
|
"@opentelemetry/sdk-metrics-base": "0.27.0",
|
|
|
|
|
"@opentelemetry/sdk-node": "0.27.0",
|
|
|
|
|
"@opentelemetry/sdk-trace-base": "1.0.1",
|
|
|
|
|
"@opentelemetry/semantic-conventions": "1.0.1",
|
2022-07-17 09:56:20 +00:00
|
|
|
"@sentry/node": "7.7.0",
|
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-07-22 14:24:39 +00:00
|
|
|
"date-fns": "2.29.1",
|
2022-07-04 09:13:47 +00:00
|
|
|
"nest-raven": "8.2.0",
|
2022-02-27 17:57:33 +01:00
|
|
|
"nestjs-otel": "3.0.4",
|
|
|
|
|
"nestjs-pino": "2.6.0",
|
2022-06-25 13:48:25 +00:00
|
|
|
"nestjs-typeorm-paginate": "4.0.1",
|
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-06-19 14:13:41 +00:00
|
|
|
"pg": "8.7.3",
|
2022-02-27 17:57:33 +01:00
|
|
|
"pino": "7.11.0",
|
|
|
|
|
"pino-http": "6.6.0",
|
2020-05-11 00:24:29 +00:00
|
|
|
"reflect-metadata": "0.1.13",
|
|
|
|
|
"rimraf": "3.0.2",
|
2022-07-16 16:40:51 +00:00
|
|
|
"rxjs": "7.5.6",
|
2022-07-17 15:44:05 +00:00
|
|
|
"swagger-ui-express": "4.5.0",
|
2022-06-29 19:36:27 +00:00
|
|
|
"typeorm": "0.3.7"
|
2020-01-25 22:19:14 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-06-24 12:11:11 +00:00
|
|
|
"@nestjs/cli": "8.2.8",
|
2022-06-18 16:26:13 +00:00
|
|
|
"@nestjs/schematics": "8.0.11",
|
2022-06-16 20:35:28 +02:00
|
|
|
"@nestjs/testing": "8.4.7",
|
2022-06-19 00:03:43 +00:00
|
|
|
"@types/cookie-parser": "1.4.3",
|
2021-07-27 16:43:48 +00:00
|
|
|
"@types/express": "4.17.13",
|
2022-06-19 00:09:21 +00:00
|
|
|
"@types/hapi__joi": "17.1.8",
|
2022-07-17 02:16:39 +00:00
|
|
|
"@types/jest": "28.1.6",
|
2022-06-18 15:54:09 +00:00
|
|
|
"@types/long": "4.0.2",
|
2022-06-26 09:18:53 +02:00
|
|
|
"@types/node": "18.0.0",
|
2021-07-27 18:22:07 +00:00
|
|
|
"@types/passport-jwt": "3.0.6",
|
2022-06-19 02:58:40 +00:00
|
|
|
"@types/supertest": "2.0.12",
|
2022-07-18 18:04:24 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.30.7",
|
|
|
|
|
"@typescript-eslint/parser": "5.30.7",
|
2022-07-17 11:43:25 +00:00
|
|
|
"eslint": "8.20.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-06-19 11:38:48 +00:00
|
|
|
"eslint-plugin-jsdoc": "39.3.3",
|
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-06-24 02:30:43 +00:00
|
|
|
"eslint-plugin-react": "7.30.1",
|
2022-06-20 04:19:37 +00:00
|
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
2022-07-17 02:16:39 +00:00
|
|
|
"jest": "28.1.3",
|
2022-06-22 20:52:08 +00:00
|
|
|
"pino-pretty": "8.1.0",
|
2022-06-21 03:43:34 +00:00
|
|
|
"prettier": "2.7.1",
|
2022-07-02 00:17:10 +00:00
|
|
|
"supertest": "6.2.4",
|
2022-07-16 23:26:10 +00:00
|
|
|
"ts-jest": "28.0.7",
|
2022-06-22 18:08:06 +00:00
|
|
|
"ts-loader": "9.3.1",
|
2022-07-17 18:18:16 +00:00
|
|
|
"ts-node": "10.9.1",
|
2022-06-25 16:34:46 +00:00
|
|
|
"tsconfig-paths": "4.0.0",
|
2022-06-22 14:06:54 +00:00
|
|
|
"typescript": "4.7.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
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|