{
  "name": "@aurory/comptoirjs",
  "version": "0.2.11",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Aurory-Game/comptoir.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@metaplex/js": "^3.0.0",
    "@project-serum/anchor": "^0.24.2",
    "@solana/spl-token": "^0.1.8",
    "@solana/web3.js": "^1.31.0",
    "typescript": "^4.3.5"
  },
  "bugs": {
    "url": "https://github.com/Aurory-Game/comptoir/issues"
  },
  "homepage": "https://github.com/Aurory-Game/comptoir#readme",
  "directories": {
    "example": "examples"
  },
  "devDependencies": {},
  "author": "",
  "license": "ISC",
  "description": "",
  "scripts": {
    "prepublishOnly": "yarn lint",
    "lint": "tsc --pretty"
  },
  "type": "commonjs",
  "main": "lib/index.js",
  "types": "lib/index.d.ts"
}
