nabarun
a1a0f8e3ba
Part of [Sumsub KYC integration in onboarding app](https://www.notion.so/Sumsub-KYC-integration-in-onboarding-app-607b598c9c1d4d12adc71725e2ab5e7e) Co-authored-by: IshaVenikar <ishavenikar7@gmail.com> Reviewed-on: #3
29 lines
625 B
JSON
29 lines
625 B
JSON
{
|
|
"name": "testnet-onboarding-api",
|
|
"version": "0.1.0",
|
|
"main": "dist/index.js",
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"dependencies": {
|
|
"axios": "^1.7.2",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"form-data": "^4.0.0",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cors": "^2.8.17",
|
|
"@types/express": "^4.17.21",
|
|
"@types/node": "^20.14.12",
|
|
"@types/yargs": "^17.0.32",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.5.4"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node dist/index.js",
|
|
"cli": "node dist/cli/index.js"
|
|
}
|
|
}
|