{
  "name": "@aragon/apm",
  "version": "3.1.4",
  "description": "JavaScript library for the Aragon Package Manager",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aragon/apm.js.git"
  },
  "keywords": [
    "aragon",
    "apm",
    "library",
    "ethereum",
    "package-management"
  ],
  "author": "Aragon Association <legal@aragon.org>",
  "license": "LGPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/aragon/apm.js/issues"
  },
  "homepage": "https://github.com/aragon/apm.js#readme",
  "dependencies": {
    "@aragon/os": "^4.0.0",
    "axios": "^0.18.0",
    "ethjs-ens": "^2.0.1",
    "ipfs-api": "^26.1.2",
    "semver": "^5.5.0"
  }
}
