-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 781 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 781 Bytes
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
{
"name": "mycontract",
"version": "1.0.0",
"scripts": {
"faffing": "node src/faffing.js",
"build": "npx ncc build src/mycontract.js -o dist",
"start": "npm run build && hpdevkit deploy dist",
"client": "node src/myclient.js"
},
"dependencies": {
"@vercel/ncc": "0.38.1",
"axios": "^1.6.8",
"debug": "^4.3.4",
"decimal.js": "^10.4.2",
"dotenv": "^16.4.5",
"events": "^3.3.0",
"evernode-js-client": "^0.6.49",
"flagnames": "^1.0.4",
"fs": "^0.0.1-security",
"hotpocket-js-client": "^0.5.6",
"hotpocket-nodejs-contract": "0.7.4",
"stats-analysis": "^2.0.0",
"xrpl-accountlib": "^3.6.1",
"xrpl-client": "^2.4.0"
}
}