module-link-unlink
Version:
Link and unlink a module with saving and restoring the previous install
68 lines (67 loc) • 1.62 kB
JSON
{
"name": "module-link-unlink",
"version": "1.1.0",
"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",
"source": "src/index.ts",
"types": "dist/cjs/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsds build",
"format": "tsds format",
"prepublishOnly": "tsds validate",
"test": "tsds test:node --no-timeouts",
"test:engines": "nvu engines tsds test:node --no-timeouts",
"version": "tsds version"
},
"dependencies": {
"link-unlink": "^1.0.12",
"lock": "^1.1.0",
"mkdirp-classic": "^0.5.2",
"queue-cb": "^1.0.0"
},
"devDependencies": {
"@types/mocha": "*",
"@types/node": "*",
"fs-exists-sync": "^0.1.0",
"fs-remove-compat": "^1.0.0",
"node-version-use": "*",
"pinkie-promise": "*",
"ts-dev-stack": "*",
"tsds-config": "*"
},
"engines": {
"node": ">=0.8"
}
}