package.json 784 B

1234567891011121314151617181920212223242526272829303132333435
  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. }