UNPKG

@datadome/fraud-sdk-node

Version:

Fraud Protection - Node.js SDK

26 lines (25 loc) 660 B
{ "name": "fraud-protection-node-sample-typescript", "version": "1.0.0", "description": "", "main": "./dist/express.js", "type": "commonjs", "scripts": { "app": "tsc && node ./dist/express.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@datadome/fraud-sdk-node": "file:../", "express": "^4.18.2", "multer": "^1.4.5-lts.2" }, "devDependencies": { "@types/express": "^5.0.0", "@types/multer": "^1.4.12", "eslint": "^9.22.0", "typescript": "^5.8.2" } }