UNPKG

module-link-unlink

Version:

Link and unlink a module with saving and restoring the previous install

66 lines (65 loc) 1.51 kB
{ "name": "module-link-unlink", "version": "1.0.2", "description": "Link and unlink a module with saving and restoring the previous install", "keywords": [ "link", "unlink", "restore", "bin", ".bin" ], "homepage": "https://github.com/kmalakoff/module-link-unlink#README.md", "bugs": { "url": "https://github.com/kmalakoff/module-link-unlink/issues" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/kmalakoff/module-link-unlink.git" }, "license": "MIT", "author": { "name": "Kevin Malakoff", "email": "kmalakoff@gmail.com", "url": "https://github.com/kmalakoff" }, "type": "module", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" }, "./package.json": "./package.json" }, "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.cts", "files": [ "dist" ], "scripts": { "build": "tsds build", "format": "biome check --write --unsafe", "test": "mocha --no-timeouts test/**/*.test.*", "test:engines": "nvu engines tsds test:node --no-timeouts", "version": "tsds version" }, "dependencies": { "link-unlink": "*", "lock": "*", "mkdirp-classic": "*", "queue-cb": "*" }, "devDependencies": { "@types/mocha": "*", "@types/node": "*", "fs-exists-sync": "*", "pinkie-promise": "*", "rimraf2": "*" }, "engines": { "node": ">=0.8" }, "tsds": { "source": "src/index.ts" } }