Skip to content

Commit

Permalink
updating repo in package.json (#70)
Browse files Browse the repository at this point in the history
* updating repo in package.json

* linter
  • Loading branch information
StoyanD authored Dec 20, 2024
1 parent 6e21c12 commit 4391517
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
{
"name": "eco-solver",
"version": "0.0.1",
"description": "",
"author": "",
"private": true,
"license": "UNLICENSED",
"version": "0.1.0",
"description": "An implementation filler/solver for the Eco Routes protocol",
"homepage": "https://github.com/eco/eco-solver#readme",
"bugs": {
"url": "https://github.com/eco/eco-solver/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eco/eco-solver.git"
},
"author": "Eco Engineering <eng@eco.com>",
"license": "MIT",
"keywords": [
"solver",
"filler",
"rollup",
"eco routes",
"routes",
"bend",
"protocol"
],
"scripts": {
"build": "nest build",
"start": "nest start",
Expand Down

0 comments on commit 4391517

Please sign in to comment.