UNPKG

@bfra.me/badge-config

Version:

TypeScript API for generating shields.io badge URLs with preset generators

55 lines 1.34 kB
{ "name": "@bfra.me/badge-config", "version": "0.1.0", "description": "TypeScript API for generating shields.io badge URLs with preset generators", "keywords": [ "badges", "bfra.me", "ci-cd", "config", "shields.io", "typescript", "works" ], "homepage": "https://github.com/bfra-me/works/tree/main/packages/badge-config#readme", "bugs": "https://github.com/bfra-me/works/issues", "repository": { "type": "git", "url": "git+https://github.com/bfra-me/works.git", "directory": "packages/badge-config" }, "license": "MIT", "author": "Marcus R. Brown <contact@bfra.me>", "type": "module", "exports": { ".": { "types": "./lib/index.d.ts", "source": "./src/index.ts", "import": "./lib/index.js" }, "./package.json": "./package.json" }, "main": "./lib/index.js", "types": "./lib/index.d.ts", "files": [ "src", "lib", "!**/*.map" ], "devDependencies": { "tsup": "8.5.0", "vitest": "3.2.4", "@bfra.me/eslint-config": "0.26.0", "@bfra.me/tsconfig": "0.12.0", "@bfra.me/prettier-config": "0.16.1" }, "publishConfig": { "access": "public", "provenance": true }, "scripts": { "build": "tsup", "test": "pnpm --filter-prod=\"{.}...\" run build && vitest run", "test:watch": "vitest" } }