testnet-onboarding-api/package.json
2024-07-26 18:07:31 +05:30

28 lines
588 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"
}
}