brotherton-erpnext/package.json

26 lines
586 B
JSON
Raw Normal View History

2018-12-31 10:54:46 +00:00
{
"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": {
2021-04-26 09:58:17 +00:00
"snyk": "^1.518.0"
},
"dependencies": {
2020-11-23 12:23:34 +00:00
"onscan.js": "^1.5.2"
},
"scripts": {
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect"
},
"snyk": true
2018-12-31 10:54:46 +00:00
}