blob: 1b2dc9efcf599c62bff732bf7189c8f580bfd612 [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": {
snyk-botacb84ae2020-02-07 04:55:15 +000015 "snyk": "^1.290.1"
Snyk bot075a3402020-02-07 05:53:52 +010016 },
Gavin D'souza7a46aae2020-02-17 12:20:25 +053017 "dependencies": {
18 },
Snyk bot075a3402020-02-07 05:53:52 +010019 "scripts": {
20 "snyk-protect": "snyk protect",
21 "prepare": "yarn run snyk-protect"
22 },
23 "snyk": true
deepeshgarg0075e9c7e22018-12-31 16:24:46 +053024}