forked from Stellar-Tools/Stellar-AgentKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.46 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "stellartools",
"version": "2.0.2",
"description": "A set of Stellar blockchain tools for Stellar Community.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Daiwik Maheshwari",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Stellar-Tools/stellarTools.git"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"postbuild": "copyfiles index.d.ts dist/",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@allbridge/bridge-core-sdk": "^3.22.0",
"@langchain/core": "^0.3.49",
"@stellar/stellar-sdk": "^13.3.0",
"big.js": "^7.0.1",
"dotenv": "^16.4.7",
"typescript": "^5.8.3",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/big.js": "^6.2.2",
"@types/node": "^25.3.0",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"c8": "^10.1.3",
"copyfiles": "^2.4.1",
"vitest": "^4.0.18"
},
"directories": {
"lib": "lib"
},
"keywords": [],
"bugs": {
"url": "https://github.com/Stellar-Tools/stellarTools/issues"
},
"homepage": "https://github.com/Stellar-Tools/stellarTools#readme",
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264"
}