UNPKG

quick-publish

Version:

Shipped a standard `npm publish` workflow with one click.

54 lines (53 loc) 1.17 kB
{ "name": "quick-publish", "description": "Shipped a standard `npm publish` workflow with one click.", "version": "0.7.1", "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "bin": { "quick-publish": "bin/cli.js" }, "keywords": [ "workflow", "speedy", "speedy-js", "publish", "release", "npm publish" ], "scripts": { "bootstrap": "pnpm i --prefer-offline", "dev": "npm run build -- -w", "build": "tsc", "prepublishOnly": "npm run build", "lint": "eslint src --ext js,ts,tsx", "lint:fix": "npm run lint -- --fix", "release": "quick-publish" }, "dependencies": { "cac": "6.7.14", "conventional-changelog-cli": "2.2.2", "execa": "5", "inquirer": "8", "semver": "7.3.8" }, "devDependencies": { "@types/inquirer": "8", "@types/node": "18.11.18", "@types/semver": "7.3.13", "eslint": "8.32.0", "eslint-config-typescript-library": "0.2.4", "quick-publish": "0.6.0", "typescript": "4.9.4" }, "files": [ "bin", "lib", "!lib/*.tsbuildinfo", "!lib/*.map", "types", "*.d.ts" ] }