forked from Boxkit-Labs/stellar-address-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 679 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "stellar-address-kit-monorepo",
"private": true,
"description": "Multi-language Stellar address processing and deposit routing kit",
"scripts": {
"spec:validate": "node spec/validate.js",
"spec:sync-check": "node scripts/check-vectors-sync.js",
"test": "pnpm spec:validate && pnpm -r test",
"test:ts": "pnpm --filter stellar-address-kit test",
"test:go": "cd packages/core-go && go test ./...",
"test:dart": "cd packages/core-dart && dart test",
"fuzz:go": "cd packages/core-go && go test -fuzz=. -fuzztime=300s ./spec/...",
"release": "node scripts/release.js"
},
"devDependencies": {
"@changesets/cli": "^2.27.1"
}
}