43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "rjsvm",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "lib/Launcher.js",
|
|
"scripts": {
|
|
"clean": "rm -rf gui/* gateway/main.js lib",
|
|
"start": "npm run build && npm run deploy",
|
|
"tsc": "tsc",
|
|
"build": "npm run clean && npm run build-scripts && npm run build-gui && npm run copy-gui",
|
|
"build-scripts": "tsc",
|
|
"build-gui": "cd src/frontend && npm run build",
|
|
"copy-gui": "cp src/frontend/build/index.html gui",
|
|
"webpack-gateway": "webpack --config webpack.gateway.js --progress && cp build/gateway/main.js gateway",
|
|
"deploy": "node ./lib/Deploy.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"buffer": "^6.0.3",
|
|
"chai": "^4.3.4",
|
|
"node-fetch": "^2.6.1",
|
|
"xrpio": "^0.1.7",
|
|
"xrpl": "^2.6.0-beta.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.11.9",
|
|
"base-64": "^1.0.0",
|
|
"browserify-zlib": "^0.2.0",
|
|
"buffer": "^6.0.3",
|
|
"crypto-browserify": "^3.12.0",
|
|
"mocha": "^8.3.2",
|
|
"process": "^0.11.10",
|
|
"ts-loader": "^8.1.0",
|
|
"typescript": "^4.9.3",
|
|
"url": "^0.11.0",
|
|
"utf8": "^3.0.0",
|
|
"webpack": "^5.75.0",
|
|
"webpack-bundle-analyzer": "^4.7.0",
|
|
"webpack-cli": "^5.0.0"
|
|
}
|
|
}
|