UNPKG

capacitor-standard-version

Version:
43 lines (42 loc) 1.24 kB
{ "name": "capacitor-standard-version", "version": "1.3.28", "description": "Default standard-version config for capacitor app", "author": "Martin Donadieu <martindonadieu@gmail.com>", "license": "MIT", "homepage": "https://github.com/Cap-go/standard-version-for-capacitor#readme", "repository": { "type": "git", "url": "git+https://github.com/Cap-go/standard-version-for-capacitor.git" }, "bugs": { "url": "https://github.com/Cap-go/standard-version-for-capacitor/issues" }, "keywords": [ "capacitor", "standard-version", "bin", "cli" ], "main": "dist/index.js", "bin": { "capacitor-standard-version": "dist/index.js" }, "scripts": { "dev": "bun build src/bin/index.ts --outdir dist --target node --format cjs --packages external", "build": "bun build src/bin/index.ts --outdir dist --target node --format cjs --minify --packages external", "lint:fix": "eslint --fix", "lint": "eslint", "test": "bun test" }, "dependencies": { "commit-and-tag-version": "^12.6.1", "merge-deep": "^3.0.3" }, "devDependencies": { "@antfu/eslint-config": "^6.7.3", "@types/bun": "^1.3.5", "@types/node": "^24.10.4", "typescript": "^5.9.3" } }