{
  "name": "weavemask",
  "version": "0.0.8",
  "author": "The Verto Team",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rollup -c",
    "watch": "rollup -cw",
    "test": "rollup -c rollup.test.js && mocha 'build/index.test.js' --no-timeout --exit",
    "fmt": "prettier --write .",
    "fmt:check": "prettier --check ."
  },
  "gitHooks": {
    "pre-commit": "prettier --write . && git add -A"
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/src/index.d.ts",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^17.1.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-multi-entry": "^4.0.0",
    "@rollup/plugin-node-resolve": "^11.1.1",
    "@types/chai": "^4.2.14",
    "@types/mocha": "^8.2.0",
    "arweave": "^1.10.6",
    "chai": "^4.3.0",
    "mocha": "^8.2.1",
    "mocha-jsdom": "^2.0.0",
    "prettier": "^2.2.1",
    "rollup": "^2.38.5",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.29.0",
    "typescript": "^4.1.3",
    "yorkie": "^2.0.0"
  },
  "peerDependencies": {
    "arweave": ">= 1.10.0"
  }
}
