{
  "name": "@magiceden/dex-v4",
  "version": "0.1.3",
  "license": "MIT",
  "repository": {
    "type": "git"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest --detectOpenHandles --coverage",
    "dev": "tsc && node dist/test.js",
    "build": "tsc",
    "prepublish": "tsc",
    "lint": "yarn pretty && eslint .",
    "lint:fix": "yarn pretty:fix && eslint . --fix",
    "pretty": "prettier --check 'src/*.[jt]s'",
    "pretty:fix": "prettier --write 'src/*.[jt]s'",
    "doc": "yarn typedoc src/index.ts"
  },
  "devDependencies": {
    "@tsconfig/recommended": "^1.0.1",
    "@types/bn.js": "^5.1.0",
    "@types/bs58": "^4.0.1",
    "@types/jest": "^27.0.3",
    "@types/node": "^14.14.20",
    "babel-eslint": "^10.1.0",
    "eslint": "^7.17.0",
    "eslint-plugin-import": "^2.22.1",
    "jest": "^27.4.3",
    "nodemon": "^2.0.7",
    "prettier": "^2.2.1",
    "save-dev": "0.0.1-security",
    "ts-jest": "^27.0.7",
    "ts-node": "^9.1.1",
    "tslib": "^2.2.0",
    "typedoc": "^0.22.3",
    "typescript": "^4.1.3"
  },
  "dependencies": {
    "@magiceden/aaob": "^0.0.4",
    "@bonfida/utils": "^0.0.4",
    "@metaplex-foundation/mpl-token-metadata": "^2.1.2",
    "@solana/spl-token": "0.2.0",
    "@solana/web3.js": "^1.43.5",
    "bn.js": "^5.1.3",
    "borsh": "^0.6.0",
    "bs58": "4.0.1",
    "dotenv": "^10.0.0",
    "source-map-support": "0.5.20",
    "tmp": "^0.2.1"
  }
}
