package.json 954 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "minertools-cuda-windows-x86-64",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build": "tsc"
  9. },
  10. "compilerOptions": {
  11. "module": "esnext",
  12. "target": "esnext"
  13. },
  14. "include": [
  15. "**/*.ts"
  16. ],
  17. "keywords": [],
  18. "author": "",
  19. "license": "ISC",
  20. "dependencies": {
  21. "@orbs-network/ton-access": "^2.3.3",
  22. "@scaleton/highload-wallet": "^0.1.1",
  23. "@ton/core": "^0.54.0",
  24. "@ton/crypto": "^3.2.0",
  25. "@ton/ton": "^13.9.0",
  26. "arg": "^5.0.2",
  27. "axios": "^1.6.7",
  28. "dotenv": "^16.4.1",
  29. "ton-lite-client": "npm:@truecarry/ton-lite-client@^3.1.1",
  30. "tonapi-sdk-js": "^1.0.1",
  31. "ts-node": "^10.9.2",
  32. "typescript": "^5.3.3"
  33. },
  34. "packageManager": "pnpm@8.6.7+sha512.bd1216a43fcbe2985ff41936a3f3b64c347c7c5a099e962ba764caa9321917fa99dbfae02f7a8a5f31e87c781b5ec8a7c0ca12122833dbcb2a937a50fb230441"
  35. }