{
  "name": "ipfs-no-bs",
  "version": "0.0.2",
  "type": "module",
  "description": "A production-ready TypeScript HTTP Client library designed for pinning and retrieving data from IPFS.",
  "main": "dist/index.js",
  "scripts": {
    "test": "mocha 'tests/**/*.test.ts' --timeout 1200000",
    "coverage": "npm run instrument && nyc npm run test",
    "instrument": "tsc && nyc instrument ./dist ./dist --in-place",
    "build": "tsc"
  },
  "author": "HyperPlay Labs, Inc.",
  "license": "GPL-3.0",
  "devDependencies": {
    "@types/chai": "^4.3.14",
    "@types/mocha": "^10.0.6",
    "@types/node": "^20.11.30",
    "@types/temp": "^0.9.4",
    "@types/tmp": "^0.2.6",
    "chai": "^5.1.0",
    "instrument": "^1.0.7",
    "mocha": "^10.3.0",
    "nyc": "^15.1.0",
    "temp": "^0.9.4",
    "tmp": "^0.2.3",
    "ts-node": "^10.9.2",
    "tsx": "^4.7.1",
    "typescript": "^5.4.3"
  }
}