Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ZavenArra committed Dec 9, 2020
1 parent f5a9ddd commit b2277a9
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "treetracker",
"version": "1.0.0",
"description": "",
"description": "https://documenter.getpostman.com/view/10112806/SWTD8H5x?version=latest",
"main": "server/server.js",
"scripts": {
"lint": "npm run eslint",
Expand All @@ -21,8 +21,8 @@
"db-migrate-ci": "cd database; db-migrate up"
},
"keywords": [],
"author": "",
"license": "ISC",
"author": "Greenstand Engineers",
"license": "GPL-3.0-or-later",
"dependencies": {
"@sentry/node": "^5.1.0",
"bcryptjs": "^2.4.3",
Expand Down Expand Up @@ -61,5 +61,16 @@
"sinon": "^9.0.3",
"sinon-chai": "^2.14.0",
"supertest": "^4.0.2"
}
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Greenstand/treetracker-wallet-api.git"
},
"bugs": {
"url": "https://github.com/Greenstand/treetracker-wallet-api/issues"
},
"homepage": "https://github.com/Greenstand/treetracker-wallet-api#readme"
}

0 comments on commit b2277a9

Please sign in to comment.