blob: c9ee7a622c497a2e0923653ee9ceee2c07fffbf6 [file] [log] [blame]
deepeshgarg0075e9c7e22018-12-31 16:24:46 +05301{
Gavin D'souza7a46aae2020-02-17 12:20:25 +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": {
Ankush Menatc2de4f62021-04-26 15:28:17 +053015 "snyk": "^1.518.0"
Snyk bot075a3402020-02-07 05:53:52 +010016 },
Gavin D'souza7a46aae2020-02-17 12:20:25 +053017 "dependencies": {
Saqib Ansari96feae62020-11-23 17:53:34 +053018 "onscan.js": "^1.5.2"
Gavin D'souza7a46aae2020-02-17 12:20:25 +053019 },
Snyk bot075a3402020-02-07 05:53:52 +010020 "scripts": {
21 "snyk-protect": "snyk protect",
22 "prepare": "yarn run snyk-protect"
23 },
24 "snyk": true
deepeshgarg0075e9c7e22018-12-31 16:24:46 +053025}