{
  "name": "erpnext",
  "description": "Open Source ERP System powered by the Frappe Framework",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/frappe/erpnext.git"
  },
  "homepage": "https://erpnext.com",
  "author": "Frappe Technologies Pvt. Ltd.",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/frappe/erpnext/issues"
  },
  "devDependencies": {
    "snyk": "^1.290.1"
  },
  "dependencies": {
  },
  "scripts": {
    "snyk-protect": "snyk protect",
    "prepare": "yarn run snyk-protect"
  },
  "snyk": true
}