-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 932 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "chooks-template",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "c2wasm-cli contracts/index.c build/",
"test": "LOG_LEVEL=error VITE_CJS_TRACE=true vitest",
"xrpld:create": "xrpld-netgen create:standalone --protocol xahau --version 2024.1.25-release+738",
"xrpld:start": "xrpld-netgen up:standalone",
"xrpld:stop": "xrpld-netgen down:standalone",
"trace": "docker logs --tail 100 -f xahau 2>&1 | cut -d ' ' -f 5- | grep -E 'Publishing ledger|HookInfo|HookTrace|HookError|preclaim result'"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@transia/hooks-toolkit": "^1.0.13",
"@transia/xrpl": "2.7.3-alpha.24",
"c2wasm-cli": "^1.0.6",
"dotenv": "^16.4.1"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@tsconfig/node18": "^18.2.2",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
}
}