deepeshgarg007 | 5e9c7e2 | 2018-12-31 16:24:46 +0530 | [diff] [blame] | 1 | { |
Gavin D'souza | 7a46aae | 2020-02-17 12:20:25 +0530 | [diff] [blame] | 2 | "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": { |
Ankush Menat | c2de4f6 | 2021-04-26 15:28:17 +0530 | [diff] [blame] | 15 | "snyk": "^1.518.0" |
Snyk bot | 075a340 | 2020-02-07 05:53:52 +0100 | [diff] [blame] | 16 | }, |
Gavin D'souza | 7a46aae | 2020-02-17 12:20:25 +0530 | [diff] [blame] | 17 | "dependencies": { |
Rucha Mahabal | 58c31c7 | 2021-07-25 20:23:20 +0530 | [diff] [blame] | 18 | "onscan.js": "^1.5.2", |
| 19 | "html2canvas": "^1.1.4" |
Gavin D'souza | 7a46aae | 2020-02-17 12:20:25 +0530 | [diff] [blame] | 20 | }, |
Snyk bot | 075a340 | 2020-02-07 05:53:52 +0100 | [diff] [blame] | 21 | "scripts": { |
| 22 | "snyk-protect": "snyk protect", |
| 23 | "prepare": "yarn run snyk-protect" |
| 24 | }, |
| 25 | "snyk": true |
deepeshgarg007 | 5e9c7e2 | 2018-12-31 16:24:46 +0530 | [diff] [blame] | 26 | } |