mirror of
https://github.com/tymur999/profit-script.git
synced 2025-08-03 07:10:34 +00:00
18 lines
320 B
JSON
18 lines
320 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|