UNPKG

nlu

Version:

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

63 lines (62 loc) 1.46 kB
{ "name": "nlu", "version": "0.1.312", "bin": { "nlu": "cli/index.sh", "npmlinkup": "cli/index.sh", "realpath": "cli/realpath" }, "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/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", "treeify": "^1.0.1" }, "devDependencies": { "@types/async": "latest", "@types/mkdirp": "^0.5.2", "@types/node": "10.3.5", "rimraf": "^2.6.1" }, "r2g": { "test": "node .r2g/tests/smoke-test.js" }, "nlu": { "test": "echo 'nlu test is a noop ftm.'", "linkable": true } }