UNPKG

better-scripts

Version:

The next level of npm scripts. An npm scripts runner. A better way to organize your npm scripts. Make redundant NPM scripts easier to read, maintain and use.

56 lines (55 loc) 1.31 kB
{ "name": "better-scripts", "description": "The next level of npm scripts. An npm scripts runner. A better way to organize your npm scripts. Make redundant NPM scripts easier to read, maintain and use.", "version": "0.4.3", "type": "module", "bin": { "better-scripts": "bin/better-scripts.js" }, "scripts": { "scripts": "./bin/better-scripts.js" }, "files": [ "bin", "lib" ], "dependencies": { "chalk": "^5.0.1", "cli-table3": "^0.6.2", "cosmiconfig": "^7.0.1", "pkg-dir": "^6.0.1", "prompts": "^2.4.2", "unist-util-visit": "^4.1.0", "yargs": "^17.5.1" }, "homepage": "https://better-scripts.vercel.app", "keywords": [ "better scripts", "cli", "command", "commandline", "tool", "npm", "npm-scripts", "run", "task" ], "engines": { "node": "^14.13.1 || >=16.0.0" }, "author": "Yoki Yu <yokiyuqian@gmail.com>", "repository": { "type": "git", "url": "https://github.com/iamyoki/better-scripts.git" }, "license": "MIT", "devDependencies": { "mdast-builder": "^1.1.1", "mdast-util-heading-range": "^3.1.0", "remark-gfm": "^3.0.1", "remark-parse": "^10.0.1", "remark-stringify": "^10.0.2", "typescript-json-schema": "^0.54.0", "unified": "^10.1.2" } }