forked from dotandev/hintents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 956 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 956 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
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"dependencies": {
"@aws-sdk/client-kms": "^3.609.0",
"@stellar/stellar-sdk": "^14.5.0",
"axios": "^1.13.4",
"buffer": "^6.0.3",
"chalk": "^4.1.2",
"commander": "^14.0.2",
"critters": "^0.0.25",
"cross-fetch": "^4.1.0",
"crypto-browserify": "^3.12.1",
"dotenv": "^17.2.3",
"fast-json-stable-stringify": "^2.1.0",
"path-browserify": "^1.0.1",
"pkcs11js": "^2.1.6",
"stream-browserify": "^3.0.0"
},
"optionalDependencies": {
"@aws-sdk/client-kms": "^3.0.0"
},
"scripts": {
"test": "jest",
"build": "tsc",
"start": "node dist/index.js"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^25.0.10",
"@types/vscode": "^1.109.0",
"axios-mock-adapter": "^2.1.0",
"cross-env": "^10.1.0",
"jest": "^30.2.0",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vscode": "^1.1.37"
}
}