UNPKG

link-unlink

Version:

Link and unlink with saving and restoring the previous file or directory

68 lines (67 loc) 1.53 kB
{ "name": "link-unlink", "version": "0.1.30", "description": "Link and unlink with saving and restoring the previous file or directory", "keywords": [ "link", "unlink", "restore", "fs", "symlink", "file", "directory" ], "homepage": "https://github.com/kmalakoff/link-unlink#README.md", "bugs": { "url": "https://github.com/kmalakoff/link-unlink/issues" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/kmalakoff/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": "tsds test:node --no-timeouts", "test:engines": "nvu engines tsds test:node --no-timeouts", "version": "tsds version" }, "dependencies": { "lock": "^1.1.0", "mkdirp-classic": "^0.5.3", "queue-cb": "^1.5.3", "rimraf2": "^2.8.2", "temp-suffix": "^0.1.19" }, "devDependencies": { "@types/mocha": "*", "@types/node": "*", "fs-exists-sync": "*", "pinkie-promise": "*" }, "engines": { "node": ">=0.8" }, "tsds": { "source": "src/index.ts" } }