2023-03-29 15:20:05 +00:00

32 lines
773 B
JSON

{
"name": "famulus",
"version": "2.2.2",
"description": "JavaScript library that provides a useful functional programming helpers. Add your own.",
"main": "famulus.js",
"repository": "https://github.com/shystruk/famulus.git",
"scripts": {
"report-coverage": "cat ./coverage/lcov.info | codecov",
"coverage": "nyc report --reporter=lcov",
"test": "nyc ava tests && npm run coverage"
},
"keywords": [
"utilities",
"helpers",
"helper"
],
"author": {
"name": "Vasyl Stokolosa",
"email": "v.stokol@gmail.com",
"url": "https://github.com/shystruk"
},
"license": "MIT",
"dependencies": {
"lodash": "^4.17.20"
},
"devDependencies": {
"ava": "^0.24.0",
"codecov.io": "^0.1.6",
"nyc": "^11.4.1"
}
}