2020-01-25 22:19:14 +01:00
|
|
|
{
|
2020-05-03 20:57:03 +02:00
|
|
|
"name": "@listory/api",
|
2022-06-18 15:52:55 +00:00
|
|
|
"version": "1.16.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",
|
|
|
|
|
"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-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-06-16 20:42:19 +02:00
|
|
|
"@nestjs/config": "2.1.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-06-16 20:42:19 +02:00
|
|
|
"@nestjs/schedule": "2.0.1",
|
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-06-16 20:42:19 +02:00
|
|
|
"@nestjs/terminus": "8.0.6",
|
|
|
|
|
"@nestjs/typeorm": "8.0.4",
|
2022-02-27 17:57:33 +01:00
|
|
|
"@opentelemetry/api": "1.0.4",
|
|
|
|
|
"@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-06-11 18:26:46 +02:00
|
|
|
"@sentry/node": "6.19.7",
|
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",
|
2021-11-30 11:27:23 +00:00
|
|
|
"date-fns": "2.27.0",
|
2022-06-11 18:26:46 +02:00
|
|
|
"nest-raven": "8.1.0",
|
2022-02-27 17:57:33 +01:00
|
|
|
"nestjs-otel": "3.0.4",
|
|
|
|
|
"nestjs-pino": "2.6.0",
|
2021-09-22 11:54:09 +00:00
|
|
|
"nestjs-typeorm-paginate": "2.6.3",
|
2021-10-05 00:04:16 +00:00
|
|
|
"passport": "0.5.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",
|
2021-07-28 09:12:18 +00:00
|
|
|
"pg": "8.7.1",
|
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",
|
2021-10-07 00:02:06 +00:00
|
|
|
"rxjs": "7.4.0",
|
2021-12-01 10:17:21 +00:00
|
|
|
"swagger-ui-express": "4.2.0",
|
2021-11-18 16:06:32 +00:00
|
|
|
"typeorm": "0.2.41"
|
2020-01-25 22:19:14 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-06-16 20:42:19 +02:00
|
|
|
"@nestjs/cli": "8.2.6",
|
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",
|
2021-07-27 17:53:23 +00:00
|
|
|
"@types/hapi__joi": "17.1.7",
|
2021-11-18 20:00:07 +00:00
|
|
|
"@types/jest": "27.0.3",
|
2022-06-18 15:54:09 +00:00
|
|
|
"@types/long": "4.0.2",
|
2022-06-11 22:47:42 +02:00
|
|
|
"@types/node": "15.6.0",
|
2021-07-27 18:22:07 +00:00
|
|
|
"@types/passport-jwt": "3.0.6",
|
2021-05-24 19:13:30 +02:00
|
|
|
"@types/supertest": "2.0.11",
|
2022-06-11 19:20:55 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.27.1",
|
|
|
|
|
"@typescript-eslint/parser": "5.27.1",
|
2022-06-11 12:14:28 +00:00
|
|
|
"eslint": "8.17.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",
|
|
|
|
|
"eslint-plugin-jsdoc": "39.3.0",
|
2021-11-10 18:30:27 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "6.5.1",
|
2021-05-25 18:12:42 +02:00
|
|
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
2022-06-11 19:20:55 +02:00
|
|
|
"eslint-plugin-react": "7.30.0",
|
2021-11-09 14:59:04 +00:00
|
|
|
"eslint-plugin-react-hooks": "4.3.0",
|
2021-12-01 15:00:22 +00:00
|
|
|
"jest": "27.4.3",
|
2022-02-27 17:57:33 +01:00
|
|
|
"pino-pretty": "8.0.0",
|
2021-12-04 15:56:20 +00:00
|
|
|
"prettier": "2.5.1",
|
2021-08-17 22:46:52 +00:00
|
|
|
"supertest": "6.1.6",
|
2021-12-08 09:52:44 +00:00
|
|
|
"ts-jest": "27.1.1",
|
2021-09-20 21:19:22 +00:00
|
|
|
"ts-loader": "9.2.6",
|
2021-10-22 19:52:30 +00:00
|
|
|
"ts-node": "10.4.0",
|
2021-11-20 10:56:58 +00:00
|
|
|
"tsconfig-paths": "3.12.0",
|
2021-11-17 19:17:51 +00:00
|
|
|
"typescript": "4.5.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
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|