UNPKG

npm-link-up

Version:

Use this package to link your projects together for local development.

65 lines (64 loc) 1.53 kB
{ "name": "npm-link-up", "version": "0.1.324", "bin": { "nlu": "cli/index.sh", "npmlinkup": "cli/index.sh" }, "description": "Use this package to link your projects together for local development.", "main": "dist/index.js", "types": "dist/index.d.ts", "typings": "dist/index.d.ts", "scripts": { "test": "./scripts/test.sh", "postinstall": "./assets/postinstall.sh" }, "repository": { "type": "git", "url": "git+https://github.com/ORESoftware/npm-link-up.git" }, "keywords": [ "npm", "link", "suman", "local", "development", "modules", "modularization" ], "author": "Olegzandr VD", "license": "MIT", "bugs": { "url": "https://github.com/ORESoftware/npm-link-up/issues" }, "homepage": "https://github.com/ORESoftware/npm-link-up#readme", "dependencies": { "@oresoftware/envstr": "0.0.1001", "@oresoftware/shell": "latest", "ajv": "^6.5.1", "async": "^2.6.1", "chalk": "^2.4.1", "dashdash": "^1.14.1", "frankenstop": "latest", "json-stdio": "latest", "mkdirp": "^0.5.1", "prepend-transform": "latest", "residence": "latest", "semver": "^5.6.0", "treeify": "^1.0.1" }, "devDependencies": { "@types/async": "latest", "@types/mkdirp": "^0.5.2", "@types/node": "10.3.5", "@types/semver": "^5.5.0", "rimraf": "^2.6.1" }, "r2g": { "test": "node .r2g/tests/smoke-test.js" }, "nlu": { "test": "echo 'nlu test is a noop ftm.'", "linkable": true } }