{
  "name": "zeuge",
  "version": "0.0.1",
  "description": "zeuge creates permanence for the content behind web2 URIs",
  "main": "./src/index.mjs",
  "scripts": {
    "test": "ava"
  },
  "keywords": [
    "permanence",
    "content-addressing"
  ],
  "author": "Tim Daubenschütz <tim@daubenschuetz.de> (https://timdaub.github.io/)",
  "license": "GPL-3.0-only",
  "dependencies": {
    "cross-fetch": "3.1.5",
    "js-sha3": "0.8.0"
  },
  "devDependencies": {
    "ava": "4.3.3"
  },
  "ava": {
    "files": [
      "src/*_test.mjs"
    ]
  }
}
