You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
586 B
25 lines
586 B
{
|
|
"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.518.0"
|
|
},
|
|
"dependencies": {
|
|
"onscan.js": "^1.5.2"
|
|
},
|
|
"scripts": {
|
|
"snyk-protect": "snyk protect",
|
|
"prepare": "yarn run snyk-protect"
|
|
},
|
|
"snyk": true
|
|
}
|
|
|