{
  "name": "live-plugin-manager",
  "version": "1.1.0",
  "description": "Install and uninstall any node package at runtime from npm registry",
  "keywords": [
    "plugin",
    "package",
    "npm",
    "install"
  ],
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "src-build": "tsc",
    "src-build-w": "tsc -w",
    "develop": "npm run src-build-w",
    "pretest": "tsc -p test",
    "test": "mocha --require source-map-support/register"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davideicardi/live-plugin-manager.git"
  },
  "author": "Davide Icardi",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/davideicardi/live-plugin-manager/issues"
  },
  "homepage": "https://github.com/davideicardi/live-plugin-manager#readme",
  "devDependencies": {
    "@types/chai": "^4.3.14",
    "@types/mocha": "^9.1.1",
    "@types/node": "^16.18.96",
    "chai": "^4.4.1",
    "mocha": "^9.2.2",
    "source-map-support": "^0.5.21",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "@types/debug": "^4.1.12",
    "@types/fs-extra": "^9.0.13",
    "@types/lockfile": "^1.0.4",
    "@types/node-fetch": "^2.6.11",
    "@types/semver": "^7.5.8",
    "@types/tar": "^6.1.12",
    "@types/url-join": "^4.0.3",
    "debug": "^4.3.4",
    "fetch-blob": "^4.0.0",
    "formdata-polyfill": "^4.0.10",
    "fs-extra": "^10.1.0",
    "lockfile": "^1.0.4",
    "node-fetch-commonjs": "^3.3.2",
    "proxy-agent": "^6.4.0",
    "semver": "^7.6.0",
    "tar": "^6.2.1",
    "url-join": "^4.0.1"
  }
}
