ram-articles
Version:
List of articles
50 lines • 1.38 kB
JSON
{
"name": "ram-articles",
"version": "1.8.0",
"description": "List of articles",
"main": "src/index.js",
"scripts": {
"commit": "git-cz",
"check-coverage": "istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
"report-coverage": "cat ./coverage/lcov.info | codecov",
"test": "mocha src/index.test.js -w",
"test-single": "istanbul cover -x *.test _mocha -- -R spec src/index.test.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/rambethina/articles.git"
},
"keywords": [
"List",
"of",
"Articles"
],
"author": "ram bethina",
"license": "MIT",
"bugs": {
"url": "https://github.com/rambethina/articles/issues"
},
"homepage": "https://github.com/rambethina/articles#readme",
"dependencies": {
"unique-random-array": "^1.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"codecov.io": "^0.1.6",
"commitizen": "^2.8.2",
"cz-conventional-changelog": "^1.1.6",
"ghooks": "^1.3.0",
"istanbul": "^0.4.4",
"mocha": "^2.5.3",
"semantic-release": "^4.3.5"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
},
"config": {
"ghooks": {
"pre-commit": "npm run test-single && npm run check-coverage"
}
}
}