71 lines
1.9 KiB
JSON
71 lines
1.9 KiB
JSON
{
|
|
"name": "nestjs-postal-client",
|
|
"version": "0.0.2",
|
|
"description": "NestJS client for Postal",
|
|
"author": "kakious",
|
|
"license": "UNLICENSED",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "nest build",
|
|
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
|
"prepare": "ts-patch install && npm run build"
|
|
},
|
|
"dependencies": {
|
|
"typia": "^6.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@nestjs/cli": "^10.0.0",
|
|
"@nestjs/schematics": "^10.0.0",
|
|
"@nestjs/testing": "^10.0.0",
|
|
"@types/express": "^4.17.17",
|
|
"@types/jest": "^29.5.2",
|
|
"@types/node": "^20.3.1",
|
|
"@types/supertest": "^6.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
|
"@typescript-eslint/parser": "^7.0.0",
|
|
"eslint": "^8.42.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"jest": "^29.5.0",
|
|
"prettier": "^3.0.0",
|
|
"source-map-support": "^0.5.21",
|
|
"supertest": "^7.0.0",
|
|
"ts-jest": "^29.1.0",
|
|
"ts-loader": "^9.4.3",
|
|
"ts-node": "^10.9.1",
|
|
"ts-patch": "^3.2.1",
|
|
"tsconfig-paths": "^4.2.0",
|
|
"typescript": "^5.5.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@furality/nestjs-cache-utils": "^1.7.25",
|
|
"@furality/nestjs-http-promise": "^2.0.83",
|
|
"@nestjs/cache-manager": "^2.2.2",
|
|
"@nestjs/common": "^9.0.0 || ^10.0.0",
|
|
"@nestjs/swagger": "^7.3.1",
|
|
"@opentelemetry/api": "^1.9.0",
|
|
"axios": "^1.7.2",
|
|
"fastify": "^4.27.0",
|
|
"nestjs-cls": "^4.3.0",
|
|
"nestjs-otel": "^6.1.1"
|
|
},
|
|
"jest": {
|
|
"moduleFileExtensions": [
|
|
"js",
|
|
"json",
|
|
"ts"
|
|
],
|
|
"rootDir": "src",
|
|
"testRegex": ".*\\.spec\\.ts$",
|
|
"transform": {
|
|
"^.+\\.(t|j)s$": "ts-jest"
|
|
},
|
|
"collectCoverageFrom": [
|
|
"**/*.(t|j)s"
|
|
],
|
|
"coverageDirectory": "../coverage",
|
|
"testEnvironment": "node"
|
|
}
|
|
}
|