{
  "name": "wnfs-migration",
  "version": "2.0.7",
  "description": "Migrate your wnfs",
  "main": "lib/index.js",
  "bin": "lib/index.js",
  "type": "module",
  "repository": "https://github.com/fission-suite/wnfs-migration",
  "author": "Philipp Krüger <philipp@fission.codes>",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=15"
  },
  "scripts": {
    "lint": "\"$npm_execpath\" exec eslint src/**/*.ts src/*.ts",
    "build": "tsc",
    "prepare": "\"$npm_execpath\" run build",
    "start": "node --no-warnings --loader=ts-node/esm src/index.ts"
  },
  "dependencies": {
    "@noble/ed25519": "^1.5.1",
    "blockstore-core": "^1.0.5",
    "datastore-core": "^7.0.0",
    "inquirer": "^8.2.0",
    "ipfs-core": "^0.14.0",
    "ipfs-repo": "^14.0.1",
    "it-all": "^1.0.6",
    "it-map": "^1.0.6",
    "js-yaml": "^4.1.0",
    "keystore-idb": "^0.15.4",
    "multiformats": "^9.6.2",
    "nanoid": "^3.2.0",
    "node-fetch": "npm:@achingbrain/node-fetch@2.6.7",
    "one-webcrypto": "^1.0.3",
    "uint8arrays": "^3.0.0",
    "webnative-0.29": "npm:webnative@0.29.3",
    "webnative-0.30": "npm:webnative@0.30.0"
  },
  "devDependencies": {
    "@types/inquirer": "^8.1.3",
    "@types/js-yaml": "^4.0.5",
    "@types/node": "^17.0.12",
    "@typescript-eslint/eslint-plugin": "^5.10.1",
    "@typescript-eslint/parser": "^5.10.1",
    "esbuild": "^0.14.14",
    "eslint": "^8.7.0",
    "ipfs-core-types": "^0.10.0",
    "rimraf": "^3.0.2",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.5",
    "yarn": "^1.22.17"
  },
  "resolutions": {
    "multiformats": "9.6.2"
  }
}
