UNPKG

@pokujs/c8

Version:

☔️ Facilitator utility for coverage with c8 using Poku.

59 lines (58 loc) 1.36 kB
{ "name": "@pokujs/c8", "private": false, "version": "0.1.1", "description": "☔️ Facilitator utility for coverage with c8 using Poku.", "main": "./lib/index.js", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/pokujs/c8.git" }, "homepage": "https://poku.io", "bugs": { "url": "https://github.com/pokujs/c8/issues" }, "author": "https://github.com/wellwelwel", "funding": { "type": "github", "url": "https://github.com/sponsors/wellwelwel" }, "files": [ "lib" ], "engines": { "node": ">=14.x.x" }, "scripts": { "test": "poku", "build": "tsc", "lint": "biome lint --error-on-warnings && prettier --check .", "lint:fix": "biome lint --write && prettier --write .github/workflows/*.yml .", "update": "pu minor && npm i && (npm audit fix || true)", "postupdate": "npm run lint:fix" }, "dependencies": { "c8": "^10.1.3" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@ianvs/prettier-plugin-sort-imports": "^4.4.2", "@types/node": "^22.15.30", "packages-update": "^2.0.0", "poku": "^3.0.2", "prettier": "^3.5.3", "tsx": "4.19.4", "typescript": "^5.8.3" }, "publishConfig": { "access": "public" }, "keywords": [ "🐷", "poku", "pokujs", "coverage", "c8" ] }