UNPKG

@template-tools/sync-cli

Version:
69 lines (68 loc) 2.19 kB
{ "name": "@template-tools/sync-cli", "version": "3.5.156", "publishConfig": { "access": "public", "provenance": true }, "packageManager": "npm@11.6.4+sha512.1118cab46a05a50aee6bff5b1b4fa1df18afff89d57465620a3518035026955db87c5bdf9d207b07b7487d99f2490d450cb774655ad63ec2cba7bf1d0ad25d45", "description": "cli for @template-tools/template-sync", "contributors": [ { "name": "Markus Felten", "email": "markus.felten@gmx.de" } ], "license": "0BSD", "bin": { "template-sync": "./src/template-sync-cli.mjs" }, "scripts": { "test": "node --run test:ava", "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs", "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp", "docs": "documentation readme --section=API ./src**/*.mjs", "lint": "node --run lint:docs", "lint:docs": "documentation lint ./src**/*.mjs" }, "dependencies": { "@template-tools/template-sync": "^14.3.50", "aggregation-repository-provider": "^7.0.52", "bitbucket-repository-provider": "^7.0.28", "chalk": "^5.6.2", "commander": "^14.0.3", "etag-cache-leveldb": "^2.1.17", "gitea-repository-provider": "^5.0.7", "github-repository-provider": "^10.0.29", "leveldown": "^6.1.1", "levelup": "^5.1.1", "local-repository-provider": "^10.0.0", "read-package-up": "^12.0.0", "remove-sensible-values": "^1.3.2", "repository-provider-cli-support": "^3.0.8" }, "devDependencies": { "ava": "^7.0.0", "c8": "^11.0.0", "documentation": "^14.0.3", "execa": "^9.6.1", "semantic-release": "^25.0.3" }, "engines": { "node": ">=24.14.0" }, "repository": { "type": "git", "url": "git+https://github.com/template-tools/template-sync-cli.git" }, "bugs": { "url": "https://github.com/template-tools/template-sync-cli/issues" }, "homepage": "https://github.com/template-tools/template-sync-cli#readme", "template": { "inheritFrom": [ "arlac77/template-arlac77-github", "arlac77/template-node-app" ] } }