dutch-tax-income-calculator
Version:
NPM package with functionality to calculate Dutch Tax Income
49 lines (48 loc) • 1.12 kB
JSON
{
"name": "dutch-tax-income-calculator",
"version": "25.1.1",
"description": "NPM package with functionality to calculate Dutch Tax Income",
"main": "index.js",
"scripts": {
"test": "npx jest",
"test:ci": "npx jest --ci --collect-coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevermeister/dutch-tax-income-calculator-npm.git"
},
"keywords": [
"tax",
"dutch",
"income",
"calculation",
"logic"
],
"author": "@stevermeister",
"license": "ISC",
"bugs": {
"url": "https://github.com/stevermeister/dutch-tax-income-calculator-npm/issues"
},
"homepage": "https://github.com/stevermeister/dutch-tax-income-calculator-npm#readme",
"devDependencies": {
"csv-parser": "^2.3.5",
"jest": "^29.3.1"
},
"types": "types/index.d.ts",
"jest": {
"coveragePathIgnorePatterns": [
"/node_modules/",
"/__tests__/"
],
"coverageReporters": [
"json",
"lcov",
"text",
"cobertura"
],
"testPathIgnorePatterns": [
"/node_modules/",
"/__tests__/helper.js"
]
}
}