@magicdawn/x-args
Version:
play with cli commands like a composer
105 lines (104 loc) • 2.69 kB
JSON
{
"name": "@magicdawn/x-args",
"type": "module",
"version": "3.1.1",
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"description": "play with cli commands like a composer",
"author": "magicdawn",
"license": "MIT",
"homepage": "https://github.com/magicdawn/x-args#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/magicdawn/x-args.git"
},
"bugs": {
"url": "https://github.com/magicdawn/x-args/issues"
},
"keywords": [
"x-args",
"xargs",
"args-composer",
"args-manipulator"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"x-args": "dist/bin.js"
},
"files": [
"CHANGELOG.md",
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"scripts": {
"prepare": "husky",
"dev": "tsdown --watch",
"typecheck": "tsc --noEmit",
"lint": "eslint src",
"check": "conc pnpm:lint pnpm:typecheck",
"build": "pnpm check && tsdown",
"prepublishOnly": "pnpm run build",
"test": "mocha",
"test-cover": "nyc --reporter=lcov --reporter=text mocha",
"report-cover": "codecov",
"build:watch": "rm -rf lib; tsc -d -w"
},
"peerDependencies": {
"clipanion": "^4.0.0-rc.4"
},
"dependencies": {
"better-result": "^2.8.2",
"boxen": "^8.0.1",
"chalk": "^5.6.2",
"chokidar": "^5.0.0",
"emittery": "^2.0.0",
"es-toolkit": "^1.45.1",
"execa": "^9.6.1",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.4",
"log-symbols": "^7.0.1",
"mac-helper": "^0.7.0",
"ms": "^2.1.3",
"needle-kit": "^3.6.1",
"p-queue": "^9.1.2",
"shlex": "^3.0.0",
"superjson": "^2.2.6",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@magicdawn/eslint-config": "^1.6.5",
"@magicdawn/prettier-config": "^0.1.0",
"@types/fs-extra": "^11.0.4",
"@types/ms": "^2.1.0",
"@types/node": "^25.6.0",
"concurrently": "^9.2.1",
"eslint": "10.2.1",
"eslint-config-prettier": "^10.1.8",
"globals": "^17.5.0",
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"mocha": "11.7.5",
"nyc": "18.0.0",
"prettier": "^3.8.3",
"should": "^13.2.3",
"tsdown": "^0.21.9",
"type-fest": "^5.6.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.58.2"
},
"pnpm": {
"onlyBuiltDependencies": [
"unrs-resolver"
]
},
"lint-staged": {
"*.{js,cjs,mjs,ts,cts,mts,jsx,tsx,json,md,yaml,yml}": [
"eslint --fix",
"prettier --write"
]
}
}