{
  "name": "arcao-nft-collection-builder",
  "version": "1.1.2",
  "description": "A TS package for building Arweave/AO NFTs",
  "main": "dist/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist",
    "src",
    "index.js",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc --emitDeclarationOnly && webpack",
    "prepare": "npm run build",
    "test": "jest --runInBand ./test",
    "test:unit": "jest ./test/unit",
    "test:integration": "jest --runInBand ./test/integration"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ArcAOGaming/nft-collection-builder"
  },
  "author": "",
  "license": "MIT",
  "keywords": [
    "typescript",
    "npm",
    "package",
    "template"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^22.8.6",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "ts-loader": "^9.5.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.6.3",
    "webpack": "^5.97.1",
    "webpack-cli": "^6.0.1"
  },
  "dependencies": {
    "@permaweb/aoconnect": "0.0.59",
    "@permaweb/libs": "^0.0.21",
    "arweave": "1.15.5",
    "tsconfig-paths": "^4.2.0"
  },
  "optionalDependencies": {
    "dotenv": "^16.4.5"
  }
}