{
  "name": "@byinti/risk-management-js",
  "version": "2.2.2",
  "description": "Library JS for use in Risk Management",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "minify": "uglifyjs src/index.js --compress --mangle --warn --comments /#/ --output dist/index.js",
    "browserify": "uglifyjs src/index.js --compress --mangle --warn --comments /#/ --output dist/bundle.js && replace-in-file 'export default ' '' dist/bundle.js",
    "publish": "npm run minify && npm run browserify && npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ByINTI/risk-management-js.git"
  },
  "keywords": [
    "byinti",
    "risk-management",
    "antifraude",
    "decision manager",
    "3ds"
  ],
  "author": "“Luciano <“luciano@byinti.com”>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ByINTI/risk-management-js/issues"
  },
  "homepage": "https://github.com/ByINTI/risk-management-js#readme",
  "devDependencies": {
    "replace-in-file": "^6.3.5",
    "uglify-js": "^3.17.4"
  },
  "dependencies": {}
}
