election-helpers
Version:
Election helpers
48 lines (47 loc) • 1.31 kB
JSON
{
"name": "election-helpers",
"version": "0.0.8",
"description": "Election helpers",
"main": "index.js",
"type": "module",
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"docs": "npx jsdoc index.js -c ./jsdoc.config.json -d ./docs --verbose;npm run markdown",
"serve": "npx http-serve docs",
"watch": "watch 'npm run docs' .",
"markdown": "npx jsdoc-to-markdown index.js > docs.md",
"publish": "npm docs;gh-pages -d docs -b gh-pages",
"release": "npx release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ejfox/election-helpers.git"
},
"keywords": [
"elections",
"data"
],
"author": "EJ Fox <ejfox@ejfox.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ejfox/election-helpers/issues"
},
"homepage": "https://github.com/ejfox/election-helpers#readme",
"devDependencies": {
"@vitest/coverage-v8": "^1.4.0",
"cz-conventional-changelog": "^3.3.0",
"gh-pages": "^4.0.0",
"jsdoc-baseline": "^0.1.5",
"jsdoc-template": "^1.2.0",
"jsdoc-to-markdown": "^7.1.1",
"vitest": "^1.4.0",
"watch": "^1.0.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}