-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "nest-mongo-transaction-decorator",
"version": "0.0.1",
"description": "Your package description",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.js",
"files": [
"dist/"
],
"scripts": {
"build": "tsc",
"build:watch": "tsc -w",
"lint": "eslint --ignore-path .gitignore --ext .ts src/",
"lint:fix": "npm run lint -- --fix",
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/yrahate7/nest-mongo-transaction-decorator.git"
},
"keywords": [
"nestjs",
"kindagoose",
"mongoose",
"transaction",
"decorator"
],
"author": "Yash Rahate",
"license": "MIT",
"bugs": {
"url": "https://github.com/yrahate7/nest-mongo-transaction-decorator/issues"
},
"homepage": "https://github.com/yrahate7/nest-mongo-transaction-decorator#readme",
"dependencies": {
"@nestjs/common": "^10.3.3",
"@nestjs/core": "^10.3.3",
"@typegoose/typegoose": "^12.0.0",
"axios": "^1.6.7",
"kindagoose": "^1.3.8",
"mongoose": "^8.1.0",
"reflect-metadata": "^0.2.1",
"rxjs": "^7.8.1",
"standard-version": "^9.5.0",
"typia": "^5.4.8"
},
"devDependencies": {
"@types/node": "^20.11.17",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0"
}
}