Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mashharuki authored Dec 28, 2023
1 parent 7a18559 commit 2981e86
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions content/_code-samples/create-amm/ts/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 2981e86

Please sign in to comment.