nyc-config-common
Version:
A reusable nyc configuration to improve common workflow
43 lines (42 loc) • 798 B
JSON
{
"name": "nyc-config-common",
"version": "1.0.1",
"description": "A reusable nyc configuration to improve common workflow",
"repository": "shinnn/nyc-config-common",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"license": "ISC",
"scripts": {
"pretest": "eslint .",
"test": "node test/test.js"
},
"files": [
"index.js"
],
"keywords": [
"nyc",
"istanbul",
"sharable",
"reusable",
"common",
"coverage",
"configuration",
"config",
"reporter",
"ci"
],
"devDependencies": {
"@shinnn/eslint-config": "^6.7.2",
"@shinnn/self": "file:test/fixtures",
"eslint": "^5.7.0",
"execa": "^1.0.0",
"nyc": "^13.1.0",
"rimraf": "^2.6.2",
"tape": "^4.9.1"
},
"eslintConfig": {
"extends": "@shinnn"
},
"nyc": {
"extends": "@shinnn/self"
}
}