@magicdawn/x-args
Version:
play with cli commands like a composer
99 lines (98 loc) • 2.55 kB
JSON
{
"name": "@magicdawn/x-args",
"version": "2.1.1",
"packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a",
"description": "play with cli commands like a composer",
"type": "module",
"keywords": [
"x-args",
"xargs",
"args-composer",
"args-manipulator"
],
"license": "MIT",
"homepage": "https://github.com/magicdawn/x-args#readme",
"bugs": {
"url": "https://github.com/magicdawn/x-args/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/magicdawn/x-args.git"
},
"author": "magicdawn",
"files": [
"CHANGELOG.md",
"dist"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"x-args": "dist/bin.js"
},
"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"
},
"dependencies": {
"boxen": "^8.0.1",
"chalk": "^5.6.2",
"chokidar": "^5.0.0",
"clipanion": "^3.2.1",
"emittery": "^1.2.0",
"es-toolkit": "^1.42.0",
"execa": "^9.6.1",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.2",
"mac-helper": "^0.4.0",
"ms": "^2.1.3",
"needle-kit": "^3.5.2",
"superjson": "^2.2.6",
"zod": "^4.1.13"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@magicdawn/eslint-config": "^1.5.13",
"@magicdawn/prettier-config": "^0.1.0",
"@types/fs-extra": "^11.0.4",
"@types/ms": "^2.1.0",
"@types/node": "^24.10.1",
"concurrently": "^9.2.1",
"eslint": "9.39.1",
"eslint-config-prettier": "^10.1.8",
"globals": "^16.5.0",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"mocha": "11.7.5",
"nyc": "17.1.0",
"prettier": "^3.7.4",
"should": "^13.2.3",
"tsdown": "^0.17.0",
"type-fest": "^5.3.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"unrs-resolver"
]
},
"lint-staged": {
"*.{js,cjs,mjs,ts,cts,mts,jsx,tsx,json,md,yaml,yml}": [
"eslint --fix",
"prettier --write"
]
}
}