2018-12-31 10:54:46 +00:00
|
|
|
{
|
2020-02-17 06:50:25 +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"
|
2020-02-07 04:53:52 +00:00
|
|
|
},
|
2020-02-17 06:50:25 +00:00
|
|
|
"dependencies": {
|
2021-07-25 14:53:20 +00:00
|
|
|
"onscan.js": "^1.5.2",
|
|
|
|
"html2canvas": "^1.1.4"
|
2020-02-17 06:50:25 +00:00
|
|
|
},
|
2020-02-07 04:53:52 +00:00
|
|
|
"scripts": {
|
|
|
|
"snyk-protect": "snyk protect",
|
|
|
|
"prepare": "yarn run snyk-protect"
|
|
|
|
},
|
|
|
|
"snyk": true
|
2018-12-31 10:54:46 +00:00
|
|
|
}
|