generated from stackclass/solana-voting-program
Initial commit
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "solana-voting",
|
||||
"version": "0.1.0",
|
||||
"description": "Solana voting program built with Anchor",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "anchor test",
|
||||
"lint": "eslint --ext .ts tests/",
|
||||
"build": "anchor build",
|
||||
"deploy": "anchor deploy"
|
||||
},
|
||||
"dependencies": {
|
||||
"@coral-xyz/anchor": "^0.29.0",
|
||||
"@solana/web3.js": "^1.87.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/node": "^20.0.0",
|
||||
"eslint": "^8.0.0",
|
||||
"mocha": "^10.0.0",
|
||||
"ts-mocha": "^10.0.0",
|
||||
"typescript": "^5.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user