* chore: erpnext.com -> frappe.io/erpnext (#46288)
(cherry picked from commit 41fe30ea6e)
# Conflicts:
# README.md
# pyproject.toml
* Update README.md
* Update pyproject.toml
---------
Co-authored-by: Ankush Menat <ankush@frappe.io>
20 lines
484 B
JSON
20 lines
484 B
JSON
{
|
|
"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://frappe.io/erpnext",
|
|
"author": "Frappe Technologies Pvt. Ltd.",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/frappe/erpnext/issues"
|
|
},
|
|
"devDependencies": {},
|
|
"dependencies": {
|
|
"html2canvas": "^1.1.4",
|
|
"onscan.js": "^1.5.2"
|
|
}
|
|
}
|