{ "name": "rjsvm", "version": "0.2.0", "description": "", "main": "lib/main.js", "scripts": { "clean": "rm -rf lib", "start": "npm run build && npm run launch", "build": "npm run clean && npm run tsc", "launch": "node lib/launcher.js", "test": "npm run clean && npm run build && mocha --bail=true lib/test/Test.js", "tsc": "tsc" }, "author": "", "license": "ISC", "dependencies": { "xrpio": "^0.2.1", "xrpl": "^2.7.0", "zod": "^3.21.4" }, "devDependencies": { "@types/chai": "^4.3.6", "@types/expect": "^1.20.4", "@types/mocha": "^5.2.7", "@types/node": "^18.11.9", "chai": "^4.3.4", "chai-as-promised": "^7.1.1", "mocha": "^6.2.0", "ts-mocha": "^6.0.0", "typescript": "^4.9.3" }, "files": [ "lib/main.js", "lib/main.d.ts", "lib/util/*", "lib/RJSVM/*" ] }