Create package.json

This commit is contained in:
Haruki Kondo
2023-12-28 23:10:23 +09:00
committed by GitHub
parent 7a18559b97
commit 2981e86c59

View File

@@ -0,0 +1,19 @@
{
"name": "scripts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"create-amm": "ts-node src/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": "2.11.0"
}
}