one-double-zero
Version:
[![NPM version][npm-image]][npm-url] [![Build Status][build-image]][build-url] [![Coverage percentage][coveralls-image]][coveralls-url]
38 lines (37 loc) • 817 B
JSON
{
"bin": {
"odz": "odz.mjs"
},
"main": "index.cjs",
"module": "index.mjs",
"name": "one-double-zero",
"version": "1.1.1",
"types": "lib.d.ts",
"repository": {
"url": "https://gitlab.com/nightlycommit/one-double-zero"
},
"bugs": {
"url": "https://gitlab.com/nightlycommit/one-double-zero/-/issues"
},
"homepage": "https://one-double-zero.nightlycommit.com",
"author": "eric.morand@gmail.com",
"license": "ISC",
"keywords": [
"coverage",
"istanbul",
"tdd",
"test",
"testing",
"v8"
],
"dependencies": {
"one-double-zero-core": "^1.0.2",
"commander": "^12.1.0",
"toml": "^3.0.0",
"istanbul-reports": "^3.1.7",
"istanbul-lib-report": "^3.0.1",
"@bcoe/v8-coverage": "^0.2.3",
"glob": "^10.4.2",
"find-up": "^5.0.0"
}
}