-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 953 Bytes
/
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
{
"name": "nestjs-convert-to-curl",
"version": "1.0.0",
"description": "Nestjs convert Axios Error to CURL",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest"
},
"author": "Mike Lima <[email protected]>",
"homepage": "https://github.com/mikemajesty/nestjs-convert-to-curl#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mikemajesty/nestjs-convert-to-curl.git"
},
"license": "MIT",
"dependencies": {
"@nestjs/common": "^10.4.4",
"@nestjs/testing": "^10.4.4",
"axios": "^1.7.7",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"ts-node": "^10.9.2",
"uuid": "^10.0.0"
},
"bugs": {
"url": "https://github.com/mikemajesty/convert-axios-error-to-curl/issues"
},
"devDependencies": {
"@types/jest": "^29.5.13",
"@types/uuid": "^10.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3"
}
}