-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 822 Bytes
/
package.json
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
{
"name": "trackweave",
"version": "0.2.1",
"description": "A new and intuitive way to link Arweave transactions",
"main": "./dist/index.js",
"files": [
"./dist"
],
"scripts": {
"build": "tsc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zorbyte/TrackWeave.git"
},
"keywords": [
"linked-list",
"fork",
"graph",
"blockchain",
"transaction",
"branching",
"data-structures",
"arweave",
"arweave-blockchain",
"chronological"
],
"author": "zorbyte",
"license": "MIT",
"bugs": {
"url": "https://github.com/zorbyte/TrackWeave/issues"
},
"homepage": "https://github.com/zorbyte/TrackWeave#readme",
"dependencies": {
"arql-ops": "^1.0.0",
"arweave": "^1.8.0",
"nanoid": "^3.1.12"
}
}