UNPKG
arconnect
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.1
1.0.0
0.4.2
0.4.1
0.2.9
0.2.8
This package helps Typescript users develop for ArConnect.
arconnect
/
package.json
17 lines
(16 loc)
•
298 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name"
:
"arconnect"
,
"version"
:
"1.0.4"
,
"main"
:
"index.js"
,
"module"
:
"index.es.js"
,
"jsnext:main"
:
"index.es.js"
,
"types"
:
"index.d.ts"
,
"license"
:
"MIT"
,
"publishConfig"
:
{
"access"
:
"public"
}
,
"devDependencies"
:
{
"arweave"
:
"^1.14.4"
,
"mitt"
:
"^3.0.1"
}
}