{
  "name": "@verto/contracts",
  "version": "0.0.3",
  "author": "th8ta LLC",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "build/index.js",
  "types": "build",
  "files": [
    "types.d.ts",
    "build"
  ],
  "scripts": {
    "build": "node ./build.js",
    "build-module": "tsc --project tsconfig.module.json",
    "fmt": "prettier --write .",
    "test": "node ./build.js && jest ./dist/tests",
    "fmt:check": "prettier --check ."
  },
  "gitHooks": {
    "pre-commit": "prettier --write . && git add -A"
  },
  "devDependencies": {
    "@types/jest": "^27.0.2",
    "arlocal": "^1.1.16",
    "arlocal-utils": "^1.0.2",
    "arweave": "^1.10.18",
    "esbuild": "^0.11.12",
    "jest": "^27.2.4",
    "prettier": "^2.2.1",
    "smartweave": "^0.4.46",
    "typescript": "^4.2.4",
    "yorkie": "^2.0.0"
  }
}
