{
    "name": "npm-install-tmp",
    "version": "0.2.1",
    "description": "Temporary installs a npm package and automatically cleans up the resources afterwards.",
    "main": "./lib/index.js",
    "types": "./lib/index.d.ts",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "serve": "rimraf lib && tsc -w",
        "build": "rimraf lib && tsc",
        "prepublish": "npm run build"
    },
    "repository": {
        "type": "git",
        "url": "git+ssh://git@github.com/Joge97/npm-install-tmp.git"
    },
    "keywords": [
        "npm",
        "install",
        "tmp",
        "temporary"
    ],
    "author": "Joge",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/Joge97/npm-install-tmp/issues"
    },
    "homepage": "https://github.com/Joge97/npm-install-tmp#readme",
    "devDependencies": {
        "rimraf": "2.6.2",
        "tslint": "5.11.0",
        "typescript": "3.2.1"
    },
    "dependencies": {
        "@types/node": "^10.0.0",
        "npm": "^6.0.0",
        "npm-package-arg": "^6.1.0",
        "read-package-json": "^2.0.13",
        "semver": "^5.6.0",
        "tmp": "^0.0.33"
    }
}
