{
  "name": "@bcapps/libw3",
  "version": "0.1.6",
  "description": "",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "umd:main": "dist/umd/index.js",
  "types": "dist/types/index.d.js",
  "scripts": {
    "_postinstall": "husky install",
    "prepublishOnly": "pinst --disable",
    "postpublish": "pinst --enable",
    "build": "npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:types",
    "buildnoumd": "npm run build:cjs && npm run build:esm && npm run build:types",
    "build:cjs": "node tools/cleanup cjs && tsc -p config/tsconfig.cjs.json",
    "build:esm": "node tools/cleanup esm && tsc -p config/tsconfig.esm.json",
    "build:umd": "node tools/cleanup umd && webpack --config config/webpack.config.js",
    "build:types": "node tools/cleanup types && tsc -p config/tsconfig.types.json",
    "clean": "node tools/cleanup",
    "package": "npm run build && npm pack",
    "test": "jest --no-cache --runInBand",
    "test:cov": "jest --coverage --no-cache --runInBand",
    "addscope": "node tools/packagejson name @tomchen/example-typescript-package"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "web3",
    "typescript",
    "npm",
    "package",
    "demo",
    "cjs",
    "esm",
    "umd"
  ],
  "author": "BCApps <blockchainapps@skiff.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bccapps/libw3.git"
  },
  "bugs": {
    "url": "https://github.com/bccapps/libw3/issues"
  },
  "dependencies": {
    "@bcapps/libcore": "^0.1.3",
    "ccxt": "^2.5.50",
    "net": "^1.0.2",
    "starknet": "^4.17.1",
    "web3": "^1.8.1",
    "xapi-node": "^2.6.2"
  },
  "devDependencies": {
    "@types/elliptic": "^6.4.14",
    "@types/jest": "^29.2.5",
    "@types/node": "^18.0.3",
    "@typescript-eslint/eslint-plugin": "^5.48.0",
    "@typescript-eslint/parser": "^5.48.0",
    "eslint": "^8.31.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^8.0.3",
    "jest": "^29.3.1",
    "node-polyfill-webpack-plugin": "^2.0.1",
    "pinst": "^3.0.0",
    "prettier": "^2.8.2",
    "ts-jest": "^29.0.3",
    "ts-loader": "^9.4.2",
    "typescript": "^4.9.4",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1"
  }
}
