forked from Constellation-Labs/tessellation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 1010 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 1010 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": "tessellation",
"repository": "git@github.com:Constellation-Labs/tessellation.git",
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2"
},
"scripts": {
"prepare": "husky"
},
"dependencies": {
"@stardust-collective/dag4": "file:../dag4.js/packages/dag4",
"@stardust-collective/dag4-core": "file:../dag4.js/packages/dag4-core",
"@stardust-collective/dag4-keyring": "file:../dag4.js/packages/dag4-keyring",
"@stardust-collective/dag4-keystore": "file:../dag4.js/packages/dag4-keystore",
"@stardust-collective/dag4-ledger": "file:../dag4.js/packages/dag4-ledger",
"@stardust-collective/dag4-network": "file:../dag4.js/packages/dag4-network",
"@stardust-collective/dag4-wallet": "file:../dag4.js/packages/dag4-wallet",
"axios": "^1.13.5",
"brotli": "^1.3.3",
"conventional-changelog-conventionalcommits": "^5.0.0",
"elliptic": "^6.6.1",
"js-sha256": "^0.11.1",
"zod": "^4.3.6"
}
}