UNPKG

auto-plugin-release-info

Version:

Auto plugin that outputs info about the latest release

56 lines (55 loc) 1.27 kB
{ "name": "auto-plugin-release-info", "version": "0.6.13", "description": "Auto plugin that outputs info about the latest release", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc -p . --outDir dist", "test": "vitest run", "test:watch": "vitest", "lint": "eslint src --ext .ts", "prepublishOnly": "pnpm test && pnpm run lint", "release": "auto shipit" }, "keywords": [ "auto", "plugin", "canary", "release", "comment" ], "author": "Kelly Harrop", "license": "MIT", "dependencies": { "@auto-it/core": "^11.3.0" }, "devDependencies": { "auto": "^11.3.0", "@types/node": "^16.0.0", "eslint": "^8.0.0", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "typescript": "^4.5.0", "vitest": "3.2.4" }, "peerDependencies": { "@auto-it/core": ">=10.0.0" }, "engines": { "node": ">=20.0.0", "pnpm": ">=10.13.1" }, "packageManager": "pnpm@10.13.1", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "repository": { "type": "git", "url": "https://github.com/kharrop/auto-plugin-release-info.git" } }