-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 844 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
{
"name": "estaminet",
"version": "1.0.4",
"license": "MIT",
"description": "A set of WebComponents building on top of Statemint family of Polkadot parachains",
"keywords": [
"web-component",
"polkadot",
"web3",
"nft",
"pallets",
"uniques"
],
"bugs": {
"url": "https://github.com/estaminet/estaminet/issues"
},
"homepage": "https://github.com/estaminet/",
"repository": {
"type": "git",
"url": "git+https://github.com/estaminet/estaminet.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist",
"src"
],
"scripts": {
"clean": "rm -rf dist node_modules yarn.lock",
"build": "tsc"
},
"dependencies": {
"@polkadot/api": "9.3.3",
"gerbeur": "1.0.4"
},
"devDependencies": {
"typescript": "4.8.4"
}
}