{
  "name": "community-js",
  "version": "1.1.78",
  "author": {
    "name": "Cedrik Boudreau",
    "email": "cedrik.git@tryninja.io",
    "website": "https://community.xyz"
  },
  "description": "Community Javascript wrapper.",
  "main": "lib/community.js",
  "types": "lib/community.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/CommunityXYZ/community-js.git"
  },
  "scripts": {
    "build": "npm run buildnpm && node build.js",
    "buildnpm": "tsc",
    "watch": "node watch.js",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "test": "jest --detectOpenHandles --forceExit",
    "docs": "rimraf ./docs && typedoc --plugin typedoc-plugin-markdown --disableSources --readme none --excludePrivate --out ./docs ./src",
    "prepare": "npm run build",
    "prepublishOnly": "npm run lint",
    "preversion": "npm run lint && npm run test && npm run format && npm run build",
    "version": "git add -A src",
    "postversion": "git push && git push --tags"
  },
  "files": [
    "lib/**/*"
  ],
  "devDependencies": {
    "@types/jest": "^27.0.1",
    "arlocal": "1.1.42",
    "arlocal-sweets": "^1.0.2",
    "esbuild": "^0.12.22",
    "esbuild-node-builtins": "^0.1.0",
    "jest": "^27.0.6",
    "node-watch": "^0.7.1",
    "prettier": "^2.3.2",
    "rimraf": "^3.0.2",
    "ts-jest": "^27.0.5",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typedoc": "^0.21.6",
    "typedoc-plugin-markdown": "^3.10.4",
    "typescript": "^4.3.5"
  },
  "dependencies": {
    "ardb": "^1.1.8",
    "arweave": "1.11.4",
    "node-fetch": "2",
    "util": "^0.12.4",
    "warp-contracts": "^1.1.7"
  }
}
