module-link-unlink
Version:
Link and unlink a module with saving and restoring the previous install
65 lines (64 loc) • 1.55 kB
JSON
{
"name": "module-link-unlink",
"version": "0.1.27",
"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.mjs",
"require": "./dist/cjs/index.cjs",
"types": "./dist/types/index.d.ts"
},
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsds build",
"format": "biome check --write --unsafe src/ test/",
"test": "tsds test:node --no-timeouts",
"test:engines": "nvu engines tsds test:node --no-timeouts",
"version": "tsds version"
},
"dependencies": {
"link-unlink": "^0.1.24",
"lock": "^1.1.0",
"mkdirp-classic": "^0.5.3",
"queue-cb": "^1.4.16"
},
"devDependencies": {
"@types/mocha": "*",
"@types/node": "*",
"fs-exists-sync": "*",
"pinkie-promise": "*",
"rimraf2": "*"
},
"engines": {
"node": ">=0.8"
},
"tsds": {
"source": "src/index.ts"
}
}