UNPKG

@bfra.me/badge-config

Version:

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

51 lines 1.22 kB
{ "name": "@bfra.me/badge-config", "version": "0.2.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": [ "!**/*.map", "lib", "src" ], "devDependencies": { "@bfra.me/works": "0.0.0-development" }, "publishConfig": { "access": "public", "provenance": true }, "scripts": { "build": "tsup", "test": "pnpm --filter-prod=\"{.}...\" run build && vitest run", "test:watch": "vitest" } }