Skip to content

Commit

Permalink
Added package changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyaspapi committed Aug 4, 2022
1 parent 4f4348e commit c387379
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
{
"name": "budget-nft-hardhat",
"version": "1.0.0",
"description": "",
"name": "rexforce",
"description": "Decentralized Autonomous Workforce Management Contracts",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ricochet-Exchange/rexforce.git"
},
"bugs": {
"url": "https://github.com/Ricochet-Exchange/rexforce/issues"
},
"homepage": "https://github.com/Ricochet-Exchange/rexforce#readme",
"engines": {
"node": "16.x",
"yarn": "please-use-npm"
},
"author": "",
"license": "ISC",
Expand Down Expand Up @@ -37,7 +49,7 @@
"prettier": "^2.6.0",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"solhint": "^3.3.7",
"solidity-coverage": "^0.7.21",
"solidity-coverage": "^0.7.20",
"ts-node": "^10.7.0",
"typechain": "^5.2.0",
"typescript": "^4.6.2",
Expand All @@ -51,4 +63,4 @@
"ganache-time-traveler": "^1.0.16",
"graphql": "^16.3.0"
}
}
}

0 comments on commit c387379

Please sign in to comment.