{
  "name": "@custonomy/community-sdk",
  "version": "2.2.6",
  "description": "Custonomy Lib for Community",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "ts-mocha -p tsconfig.json --timeout 120000",
    "build": "tsc -p . "
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.custonomy.io:custonomy/custonomy-community-lib.git"
  },
  "keywords": [
    "custonomy",
    "mpc",
    "nft",
    "custody"
  ],
  "author": "Cusotnomy",
  "license": "MIT",
  "dependencies": {
    "event-source-polyfill": "^1.0.31",
    "hmac-auth-express": "8.3.4",
    "node-fetch": "^2.6.7",
    "uuid": "^9.0.1"
  },
  "devDependencies": {
    "@solana/web3.js": "^1.95.3",
    "@types/chai": "^4.3.1",
    "@types/mocha": "^9.1.1",
    "@types/node-fetch": "^2.6.1",
    "@types/uuid": "^9.0.8",
    "chai": "^4.3.6",
    "dotenv": "^16.4.1",
    "mocha": "^10.2.0",
    "ts-mocha": "^9.0.2",
    "ts-node": "^10.7.0",
    "typescript": "^4.6.3"
  }
}
