js-example-fraud-score-basics/package.json

25 строки
732 B
JSON

{
"name": "js-example-fraud-score-basics",
"version": "1.0.0",
"description": "Example Fraud Score Basics - Powered by the RBroker Framework",
"main": "fraud-score.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node fraud-score.js"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/js-example-fraud-score-basics.git"
},
"author": "Sean Wells <sean.wells.sc@gmail.com>",
"dependencies": {
"rbroker": "8.0.5"
},
"author": "DeployR",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/microsoft/js-example-fraud-score-basics/issues"
},
"homepage": "https://github.com/microsoft/js-example-fraud-score-basics"
}