{
    "name": "@aetheras/agencejs",
    "version": "0.11.10",
    "homepage": "https://github.com/aetheras-io/agencejs#readme",
    "description": "Agence Javascript Library",
    "author": "denistsai@aetheras.io",
    "license": "MIT",
    "private": false,
    "main": "dist/index.js",
    "scripts": {
        "build": "tsc",
        "clean": "rm -rf dist"
    },
    "dependencies": {
        "@aetheras/agencejs-extensions": "0.11.10",
        "@polkadot/api": "^7.4.1",
        "@polkadot/util": "^8.3.2",
        "@polkadot/util-crypto": "^8.3.2"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/aetheras-io/agencejs.git"
    },
    "bugs": {
        "url": "https://github.com/aetheras-io/agencejs/issues"
    },
    "publishConfig": {
        "access": "public"
    },
    "keywords": [
        "agence",
        "blockchain",
        "api",
        "substrate",
        "ss58",
        "codec"
    ],
    "devDependencies": {
        "typescript": "^4.3.2"
    }
}