estaminet
Version:
A set of WebComponents building on top of Statemint family of Polkadot parachains
41 lines (40 loc) • 844 B
JSON
{
"name": "estaminet",
"version": "1.0.5",
"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"
}
}