blob: 1b2dc9efcf599c62bff732bf7189c8f580bfd612 [file] [log] [blame]
deepeshgarg0075e9c7e22018-12-31 16:24:46 +05301{
Rucha Mahabal99321cd2020-02-27 13:16:53 +05302 "name": "erpnext",
3 "description": "Open Source ERP System powered by the Frappe Framework",
4 "repository": {
5 "type": "git",
6 "url": "git+https://github.com/frappe/erpnext.git"
7 },
8 "homepage": "https://erpnext.com",
9 "author": "Frappe Technologies Pvt. Ltd.",
10 "license": "GPL-3.0",
11 "bugs": {
12 "url": "https://github.com/frappe/erpnext/issues"
13 },
14 "devDependencies": {
15 "snyk": "^1.290.1"
16 },
deepeshgarg0075e9c7e22018-12-31 16:24:46 +053017 "dependencies": {
Rucha Mahabal99321cd2020-02-27 13:16:53 +053018 },
19 "scripts": {
20 "snyk-protect": "snyk protect",
21 "prepare": "yarn run snyk-protect"
22 },
23 "snyk": true
deepeshgarg0075e9c7e22018-12-31 16:24:46 +053024}