Listory/package.json

92 lines
2.5 KiB
JSON
Raw Normal View History

2020-01-25 22:19:14 +01:00
{
2020-05-03 20:57:03 +02:00
"name": "@listory/api",
chore(release): 1.4.3 [skip ci] ## [1.4.3](https://github.com/apricote/Listory/compare/v1.4.2...v1.4.3) (2020-09-05) ### Bug Fixes * **deps:** update dependency @nestjs/jwt to v7.1.0 ([e43f2ee](https://github.com/apricote/Listory/commit/e43f2ee1358ef5c47aa06ad435f07c83ead5b564)) * **deps:** update dependency @testing-library/jest-dom to v5.11.4 ([aaa9bff](https://github.com/apricote/Listory/commit/aaa9bff029b11c3d4fc907f92e8dff31ebe2b975)) * **deps:** update dependency @testing-library/react to v10.4.9 ([9a52905](https://github.com/apricote/Listory/commit/9a52905f12edc1a87f219521240525222157a702)) * **deps:** update dependency @testing-library/user-event to v12 ([8196db1](https://github.com/apricote/Listory/commit/8196db1280ae4a228f0cd0af6c46ff8da85d5ca9)) * **deps:** update dependency @types/node to v12.12.55 ([22aa30d](https://github.com/apricote/Listory/commit/22aa30d82dc8f6a785d4d780778785914ccfd4fb)) * **deps:** update dependency @types/react to v16.9.49 ([382f96f](https://github.com/apricote/Listory/commit/382f96f7f101f956af19cba848beee545736fd91)) * **deps:** update dependency @types/recharts to v1.8.15 ([f5f9dec](https://github.com/apricote/Listory/commit/f5f9decf95018a10b72bca0f690e6a2894c00b45)) * **deps:** update dependency autoprefixer to v9.8.6 ([60cedf0](https://github.com/apricote/Listory/commit/60cedf068c1f8bed66cb8f82af41cb724405fc44)) * **deps:** update dependency class-transformer to v0.3.1 [security] ([6c54ad0](https://github.com/apricote/Listory/commit/6c54ad0a7408f80f722591444b05e4f4359fc3eb)) * **deps:** update dependency date-fns to v2.16.1 ([0e25114](https://github.com/apricote/Listory/commit/0e2511430e682c30f84f3ff0bf61ccbfda3759f9)) * **deps:** update dependency nestjs-typeorm-paginate to v2.1.1 ([0ffb3da](https://github.com/apricote/Listory/commit/0ffb3da1dbbe2d9a57ce0fb1ae66aba9c43737b4)) * **deps:** update dependency pg to v8.3.3 ([349b28e](https://github.com/apricote/Listory/commit/349b28e879cd3599c88c23a2b44251ddad2c3b8f)) * **deps:** update dependency react-router-dom to v5.2.0 ([2930bb3](https://github.com/apricote/Listory/commit/2930bb31ceb9e3a81c97d7130acc5c7c9eedaf8d)) * **deps:** update dependency rxjs to v6.6.2 ([341a2ab](https://github.com/apricote/Listory/commit/341a2ab68b86a80345fb6f19ddb54b915adf3e75)) * **deps:** update dependency tailwindcss to v1.8.2 ([759d7aa](https://github.com/apricote/Listory/commit/759d7aac5f8e8e232fcaf5d1319803c7437ac0dc)) * **deps:** update package-lock.json after deps updates ([71591bf](https://github.com/apricote/Listory/commit/71591bf6ff4bb59cd174b7cd2dafd7fbd5906e66)) * jest root folder config ([0d8bc26](https://github.com/apricote/Listory/commit/0d8bc26f0d10516e6ca812dd995be4ccdc92e953))
2020-09-05 20:03:27 +00:00
"version": "1.4.3",
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",
"lint": "tslint -p tsconfig.json -c tslint.json",
"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",
2020-07-02 07:09:02 +00:00
"@nestjs/common": "7.3.1",
"@nestjs/config": "0.5.0",
2020-07-02 07:09:02 +00:00
"@nestjs/core": "7.3.1",
"@nestjs/jwt": "7.1.0",
2020-05-11 00:24:29 +00:00
"@nestjs/passport": "7.0.0",
2020-07-02 07:09:02 +00:00
"@nestjs/platform-express": "7.3.1",
"@nestjs/schedule": "0.4.0",
"@nestjs/serve-static": "2.1.3",
"@nestjs/swagger": "4.5.12",
2020-05-11 00:24:29 +00:00
"@nestjs/terminus": "7.0.1",
"@nestjs/typeorm": "7.1.0",
"class-transformer": "0.3.1",
2020-05-11 00:24:29 +00:00
"class-validator": "0.12.2",
"date-fns": "2.16.1",
"nestjs-typeorm-paginate": "2.1.1",
2020-05-11 00:24:29 +00:00
"passport": "0.4.1",
"passport-jwt": "4.0.0",
"passport-spotify": "1.1.0",
"pg": "8.3.3",
2020-05-11 00:24:29 +00:00
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "6.6.2",
2020-05-11 00:24:29 +00:00
"swagger-ui-express": "4.1.4",
"typeorm": "0.2.25"
2020-01-25 22:19:14 +01:00
},
"devDependencies": {
2020-07-02 07:09:02 +00:00
"@nestjs/cli": "7.4.1",
"@nestjs/schematics": "7.0.1",
2020-07-02 07:09:02 +00:00
"@nestjs/testing": "7.3.1",
"@types/express": "4.17.8",
"@types/hapi__joi": "17.1.4",
"@types/jest": "26.0.13",
"@types/node": "13.13.16",
2020-05-11 00:24:29 +00:00
"@types/passport-jwt": "3.0.3",
"@types/supertest": "2.0.9",
"jest": "25.5.4",
"prettier": "2.0.5",
"supertest": "4.0.2",
"ts-jest": "26.3.0",
"ts-loader": "7.0.5",
"ts-node": "8.10.2",
2020-05-11 00:24:29 +00:00
"tsconfig-paths": "3.9.0",
"tslint": "6.1.3",
2020-05-11 00:24:29 +00:00
"tslint-config-prettier": "1.18.0",
"tslint-plugin-prettier": "2.3.0",
"typescript": "3.9.7"
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",
"testEnvironment": "node",
"roots": [
2020-09-05 21:28:15 +02:00
"<rootDir>/src/"
2020-01-25 22:19:14 +01:00
]
}
}