{ "name": "@-xun/ctl", "version": "1.5.0", "description": "The personal CLI of Xunnamius", "keywords": [ "Xunnamius" ], "homepage": "https://github.com/Xunnamius/xunnctl#readme", "bugs": { "url": "https://github.com/Xunnamius/xunnctl/issues" }, "repository": { "type": "git", "url": "git+https://github.com/Xunnamius/xunnctl.git" }, "license": "MIT", "author": "Xunnamius", "sideEffects": false, "type": "commonjs", "exports": { ".": { "types": "./dist/src/cli.d.ts", "default": "./dist/src/cli.js" }, "./commands/*": { "types": "./dist/src/commands/*.d.ts", "default": "./dist/src/commands/*.js" }, "./configure": { "types": "./dist/src/configure.d.ts", "default": "./dist/src/configure.js" }, "./package": "./package.json", "./package.json": "./package.json" }, "typesVersions": { "*": { "index": [ "dist/src/cli.d.ts" ], "commands/*": [ "dist/src/commands/*.d.ts" ], "configure": [ "dist/src/configure.d.ts" ], "package": [ "package.json" ] } }, "bin": { "x": "./dist/src/cli.js", "xctl": "./dist/src/cli.js", "xunnctl": "./dist/src/cli.js" }, "files": [ "/dist", "/LICENSE", "/package.json", "/README.md" ], "scripts": { "build": "npm run build:dist --", "build:changelog": "symbiote build changelog --env NODE_NO_WARNINGS=1", "build:dist": "symbiote build distributables --env NODE_NO_WARNINGS=1 --not-multiversal", "build:docs": "symbiote build docs --env NODE_NO_WARNINGS=1", "clean": "symbiote clean --env NODE_NO_WARNINGS=1", "format": "symbiote format --env NODE_NO_WARNINGS=1 --hush", "info": "symbiote project info --env NODE_NO_WARNINGS=1", "lint": "npm run lint:package --", "lint:package": "symbiote lint --env NODE_NO_WARNINGS=1 --hush", "lint:packages": "symbiote lint --env NODE_NO_WARNINGS=1 --hush --scope unlimited", "lint:project": "symbiote project lint --env NODE_NO_WARNINGS=1", "list-tasks": "symbiote list-tasks --env NODE_NO_WARNINGS=1 --scope this-package", "prepare": "symbiote project prepare --env NODE_NO_WARNINGS=1", "release": "symbiote release --env NODE_NO_WARNINGS=1", "renovate": "symbiote project renovate --env NODE_NO_WARNINGS=1 --github-reconfigure-repo --regenerate-assets --assets-preset cli", "renovate:aliases": "symbiote project renovate --env NODE_NO_WARNINGS=1 --regenerate-assets --assets-preset cli --only-aliases", "start": "symbiote start --env NODE_NO_WARNINGS=1 --", "test": "npm run test:package:unit --", "test:package:all": "symbiote test --env NODE_NO_WARNINGS=1 --tests all-local --coverage", "test:package:e2e": "symbiote test --env NODE_NO_WARNINGS=1 --tests e2e-local", "test:package:integration": "symbiote test --env NODE_NO_WARNINGS=1 --tests integration", "test:package:unit": "symbiote test --env NODE_NO_WARNINGS=1 --tests unit type", "test:packages:all": "symbiote test --env NODE_NO_WARNINGS=1 --tests all-local --scope unlimited --coverage", "test:packages:all:unit": "symbiote test --env NODE_NO_WARNINGS=1 --tests unit type --scope unlimited --coverage" }, "dependencies": { "@-xun/cli": "^2.0.7", "@-xun/error": "^1.1.6", "core-js": "3.36.1", "env-paths": "^3.0.0", "get-stdin": "^9.0.0", "ip6addr": "^0.2.5", "jmespath": "^0.16.0", "rejoinder": "^2.0.2", "rejoinder-listr2": "^2.0.2" }, "devDependencies": { "@-xun/symbiote": "^4.13.3", "@types/ip6addr": "^0.2.6" }, "engines": { "node": "^20.18.0 || >=22.12.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" } }