mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
20 lines
361 B
JSON
20 lines
361 B
JSON
{
|
|
"name": "scripts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"create-amm": "ts-node create-amm.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/node": "^20.8.10",
|
|
"dotenv": "^16.3.1",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.2.2",
|
|
"xrpl": "^4.0.0"
|
|
}
|
|
}
|