{
  "name": "@truffle/preserve-to-ipfs",
  "version": "0.2.9",
  "description": "Truffle `preserve` command support for IPFS",
  "main": "dist/lib/index.js",
  "types": "dist/lib/index.d.ts",
  "files": [
    "dist",
    "truffle-plugin.json"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "yarn build",
    "test": "./scripts/test.sh"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/preserves.git",
    "directory": "packages/preserve-to-ipfs"
  },
  "homepage": "https://github.com/trufflesuite/preserves/tree/master/packages/preserve-to-ipfs#readme",
  "bugs": {
    "url": "https://github.com/trufflesuite/preserves/issues"
  },
  "author": "g. nicholas d'andrea <gnidan@trufflesuite.com>",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@ganache/filecoin": "0.1.2",
    "@types/jest": "^26.0.20",
    "@types/node": "^14.14.22",
    "cids": "^1.1.5",
    "ganache": "3.0.0-filecoin.3",
    "jest": "^26.6.3",
    "semver": "^7.3.4",
    "ts-jest": "^26.5.0",
    "typescript": "4.2.4"
  },
  "dependencies": {
    "@truffle/preserve": "^0.2.8",
    "ipfs-http-client": "^48.2.2",
    "iter-tools": "^7.0.2"
  },
  "gitHead": "60220374e5e4e6708592b6dff148fb4c7dd89139"
}
