You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "rjsvm",
  3. "version": "0.1.2",
  4. "description": "",
  5. "main": "lib/main.js",
  6. "scripts": {
  7. "clean": "rm -rf lib",
  8. "start": "npm run build && npm run launch",
  9. "build": "npm run clean && npm run tsc",
  10. "launch": "node lib/launcher.js",
  11. "tsc": "tsc"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "dependencies": {
  16. "xrpio": "^0.2.1",
  17. "xrpl": "^2.7.0",
  18. "zod": "^3.21.4"
  19. },
  20. "devDependencies": {
  21. "@types/node": "^18.11.9",
  22. "typescript": "^4.9.3"
  23. },
  24. "files": [
  25. "lib/main.js",
  26. "lib/main.d.ts",
  27. "lib/util/*",
  28. "lib/RJSVM/*"
  29. ]
  30. }