UNPKG

@rodbe/nsl

Version:

List, fuzzy search and run scripts from any type of project

118 lines (117 loc) 2.6 kB
{ "author": "KevinRodbe", "bin": { "nn": "./dist/commands/nn.js", "nsl": "./dist/commands/nsl.js" }, "nslTest": { "ignoreScripts": [ "some-script-to-ignore" ], "do": "re-mi" }, "dependencies": { "@inquirer/search": "1.0.2", "@inquirer/select": "^4.4.2", "@rodbe/check-updates": "^1.3.0", "@rodbe/fn-utils": "^1.11.0", "@rodbe/get-config": "^1.0.1", "@rodbe/get-package-jsons": "^3.0.1", "@rodbe/lru-cache-fs": "^1.1.2", "boxen": "^7.1.1", "chalk": "^5.6.2", "figlet": "^1.9.4", "text-table": "0.2.0", "yargs": "^17.7.2" }, "devDependencies": { "@rodbe/prettier-config": "^1.5.0", "@rodbe/tsconfig": "^1.5.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "^13.0.1", "@semantic-release/git": "10.0.1", "@semantic-release/npm": "13.1.3", "@semantic-release/release-notes-generator": "^14.1.0", "@types/figlet": "^1.7.0", "@types/inquirer": "^9.0.9", "@types/node": "^25.0.3", "@types/text-table": "^0.2.5", "@types/yargs": "^17.0.35", "@vitest/coverage-v8": "^4.0.16", "conventional-changelog-conventionalcommits": "9.1.0", "npm-run-all2": "^8.0.4", "pkgroll": "^2.21.4", "prettier": "^3.7.4", "semantic-release": "25.0.2", "typescript": "^5.9.3", "vitest": "^4.0.16" }, "engines": { "node": ">= 18.0.0", "npm": ">= 6.14.16", "pnpm": ">= 9.5.0" }, "files": [ "dist" ], "homepage": "https://github.com/rodbe-io/nsl", "keywords": [ "angular", "back-end", "cli-app", "cli", "front-end", "fuzzy-search", "gatsby", "inquirer", "interactive", "javascript", "list", "menu", "monorepo", "next", "node", "npm", "ntl", "nuxt", "productivity", "react", "runner", "scripts", "svelte", "task", "terminal", "typescript", "unix", "vue", "workflow" ], "license": "MIT", "name": "@rodbe/nsl", "packageManager": "pnpm@10.5.2", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/rodbe-io/nsl.git" }, "scripts": { "build": "pkgroll", "hi": "echo \"hi root\"", "prebuild": "run-s test:unit ts:check", "release": "semantic-release", "start": "pkgroll --watch", "test:unit": "vitest run", "ts:check": "tsc --noEmit" }, "type": "module", "version": "1.36.0", "volta": { "node": "25.2.1", "pnpm": "10.5.2" }, "workspaces": [ "examples/**" ] }