{
    "name": "@particle-network/provider",
    "version": "1.3.2",
    "files": [
        "es",
        "lib",
        "LICENSE"
    ],
    "type": "module",
    "main": "lib/index.js",
    "module": "es/index.js",
    "types": "lib/types/index.d.ts",
    "license": "Apache-2.0",
    "publishConfig": {
        "access": "public"
    },
    "peerDependencies": {
        "@particle-network/auth": "*"
    },
    "dependencies": {
        "@particle-network/chains": "*",
        "axios": "^1.3.6",
        "uuid": "^8.3.2"
    },
    "devDependencies": {
        "@particle-network/auth": "^1.3.1",
        "@types/uuid": "^8.3.4",
        "ts-loader": "^9.3.1",
        "webpack-cli": "^4.10.0"
    },
    "scripts": {
        "package": "shx echo '{ \"type\": \"commonjs\" }' > lib/package.json",
        "build": "yarn clean && node ./esBuild.js && tsc --emitDeclarationOnly -p tsconfig.json && yarn package",
        "clean": "shx rm -rf lib/* && shx rm -rf es/*",
        "build:min.js": "webpack",
        "version": "yarn build"
    },
    "gitHead": "4cc6ec641edf8cbdeebbc47d193adfcbd7cfd85d"
}
