ml-model-loader/node_modules/@bcoe/v8-coverage/package.json
Lilith 8f4a35ba79 chore: add publishConfig to prevent public npm publishing
All @lilith/* packages should publish to forge.nasty.sh only.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 00:42:23 -08:00

29 lines
689 B
JSON

{
"name": "@bcoe/v8-coverage",
"version": "1.0.2",
"description": "Helper functions for V8 coverage files.",
"author": "Charles Samborski <demurgos@demurgos.net> (https://demurgos.net)",
"license": "MIT",
"main": "./src/lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/bcoe/v8-coverage.git"
},
"scripts": {
"test": "c8 mocha ./src/test/*.js",
"posttest": "prettier --check ./src/lib/*.js",
"fix": "prettier --write ./src/lib/*.js"
},
"devDependencies": {
"c8": "^10.1.2",
"chai": "^4.5.0",
"mocha": "^11.0.1",
"prettier": "3.4.2"
},
"engines": {
"node": ">=18"
},
"files": [
"./src/lib"
]
}