uganda-markets
Version:
Get Uganda food market information
44 lines (43 loc) • 1.17 kB
JSON
{
"name": "uganda-markets",
"version": "1.4.1",
"description": "Get Uganda food market information",
"main": "src/index.js",
"scripts": {
"commit": "git-cz",
"test": "mocha src/index.test.js",
"coverage": "istanbul cover -x *.test.js _mocha -- -R spec src/index.test.js",
"report-coverage": "cat ./coverage/lcov.info | codecov",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/JaymesKat/uganda-markets.git"
},
"keywords": [
"uganda",
"markets"
],
"author": "James Katarikawe <jpkatarikawe@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/JaymesKat/uganda-markets/issues"
},
"homepage": "https://github.com/JaymesKat/uganda-markets#readme",
"dependencies": {
"fuse.js": "3.4.6",
"unique-random-array": "2.0.0"
},
"devDependencies": {
"chai": "4.2.0",
"codecov.io": "0.1.6",
"commitizen": "4.0.3",
"cz-conventional-changelog": "3.1.0",
"istanbul": "0.4.5",
"mocha": "7.0.1",
"semantic-release": "^17.0.3"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
}
}