This commit is contained in:
tymur999
2024-05-25 15:52:16 -05:00
commit 5df2f3baed
4 changed files with 166 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "profit-script",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "tsc && node --env-file=.env src/index.js"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"typescript": "^5.4.5"
},
"dependencies": {
"@solana/web3.js": "^1.91.8"
}
}