Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 8, 2024
1 parent e1ce108 commit bfdd73b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions projects/oracle-nexus/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "oracle-nexus",
"version": "1.0.0",
"description": "Oracle Nexus project",
"main": "index.js",
"scripts": {
"test": "hardhat test",
"deploy": "hardhat deploy",
"dev": "hardhat node"
},
"keywords": [],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"hardhat": "^2.8.3",
"ethers": "^5.4.3",
"chai": "^4.3.4",
"elliptic": "^6.5.3",
"web3": "^1.5.2"
}
}

0 comments on commit bfdd73b

Please sign in to comment.