mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
22 lines
431 B
JSON
22 lines
431 B
JSON
{
|
|
"name": "issuer_service",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@xrplf/isomorphic": "^1.0.1",
|
|
"dotenv": "^16.4.7",
|
|
"express": "^5.1.0",
|
|
"inquirer": "^12.5.2",
|
|
"morgan": "^1.10.0",
|
|
"xrpl": "^4.2.5"
|
|
}
|
|
}
|