-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.49 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
54
55
{
"name": "@prymejo/middesk-nestjs-module",
"version": "1.0.0",
"description": "<p align=\"center\"> <a href=\"https://get.middesk.com\" target=\"blank\"><img src=\"https://d9hhrg4mnvzow.cloudfront.net/get.middesk.com/verification/c8d95e3b-group-1000004533.svg\" width=\"200\" alt=\"Nest Logo\" /></a> </p>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "rimraf dist && tsc",
"prepublish": "yarn run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pryme0/Middesk-nestjs-module.git"
},
"keywords": [
"Middesk",
"Kyb",
"Kyc",
"Compliance",
"Tax-registration",
"Identity",
"Identity verification",
"Tin Verification",
"Ein Verification",
"Website Verification",
"Address Verification",
"WatchList",
"AML"
],
"author": "Joseph Obochi",
"license": "MIT",
"bugs": {
"url": "https://github.com/pryme0/Middesk-nestjs-module/issues"
},
"homepage": "https://github.com/pryme0/Middesk-nestjs-module#readme",
"dependencies": {
"@nestjs/axios": "^3.0.0",
"@nestjs/common": "^10.1.3",
"axios": "^1.3.1",
"reflect-metadata": "^0.1.12",
"rxjs": "^7.1.0"
},
"devDependencies": {
"@nestjs/core": "^10.1.3",
"@nestjs/platform-express": "^10.1.3",
"@types/node": "^20.5.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.6"
}
}