install-module-linked
Version:
Installs and symlinks a module into node_modules
78 lines (77 loc) • 1.88 kB
JSON
{
"name": "install-module-linked",
"version": "1.6.4",
"description": "Installs and symlinks a module into node_modules",
"keywords": [
"npm",
"install",
"module",
"cache",
"symlink",
"link"
],
"homepage": "https://github.com/kmalakoff/install-module-linked#README.md",
"bugs": {
"url": "https://github.com/kmalakoff/install-module-linked/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kmalakoff/install-module-linked.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",
"bin": {
"iml": "bin/cli.js"
},
"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": {
"cross-spawn-cb": "^3.0.0",
"exit-compat": "^1.0.0",
"fs-remove-compat": "^1.0.0",
"get-file-compat": "^2.0.0",
"getopts-compat": "^2.2.5",
"homedir-polyfill": "^1.0.3",
"lockfile": "^1.0.4",
"mkdirp-classic": "^0.5.2",
"node-version-call-local": "^1.0.0",
"queue-cb": "^1.0.0",
"temp-suffix": "^1.0.10"
},
"devDependencies": {
"@types/lockfile": "^1.0.4",
"@types/mocha": "*",
"@types/node": "*",
"node-version-use": "*",
"pinkie-promise": "*",
"ts-dev-stack": "*",
"tsds-config": "*"
},
"engines": {
"node": ">=0.8"
}
}