-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 986 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
40
41
42
43
44
{
"name": "@smartweaver/slick-transaction",
"version": "0.0.13",
"versionBuildDate": "20240805.2304",
"description": "Slick builder APIs for creating Arweave transactions",
"author": "Eric Crooks <eric.crooks.github@gmail.com> (https://crookse.com)",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/smartweaver/slick-transaction.git"
},
"contributors": [
{
"name": "Eric Crooks",
"url": "https://github.com/crookse"
},
{
"name": "Sean Crooks",
"url": "https://github.com/crooks-s"
}
],
"type": "module",
"devDependencies": {
"esbuild": "~0.19.10",
"ts-node": "~10.9.2",
"tsup": "~7.2.0",
"typescript": "~5.3.3",
"vite": "~4.5.1",
"vitest": "~0.34.6"
},
"keywords": [
"arweave",
"blockchain",
"blockweave",
"crypto",
"dapps",
"framework",
"http",
"permanence",
"smartweaver",
"transactions",
"web3"
]
}