hravemzdy.procezor
Version:
payroll-procezor Salary, Health, Social, Taxing Properties for years 2010-2022
69 lines (68 loc) • 1.85 kB
JSON
{
"name": "hravemzdy.procezor",
"version": "0.22.17",
"description": "payroll-procezor Salary, Health, Social, Taxing Properties for years 2010-2022",
"main": "index.js",
"types": "index.d.ts",
"private": false,
"scripts": {
"compile": "tsc",
"test": "mocha -r ts-node/register ../build/**/*_test.js",
"devtest": "mocha -r ts-node/register build/**/*_test.js",
"build": "tsc",
"prepare": "npm run build",
"format": "prettier --write \"../src/**/*.ts\"",
"lint": "tslint -p ../tsconfig.json -c ../tslint.json",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hravemzdy/tscript-procezor.git"
},
"keywords": [
"Procezor",
"payroll",
"legal",
"wages",
"social",
"health",
"tax",
"income",
"insurance",
"Czech"
],
"author": "ladislav.lisy",
"license": "Unlicense",
"devDependencies": {
"@types/chai": "^4.2.21",
"@types/gulp": "^4.0.9",
"@types/gulp-replace": "^1.1.0",
"@types/gulp-shell": "^0.7.0",
"@types/mocha": "^9.0.0",
"@types/node": "^16.7.2",
"chai": "^4.3.4",
"gulp": "^4.0.2",
"gulp-replace": "^1.1.3",
"gulp-shell": "^0.8.0",
"mocha": "^9.1.0",
"mocha-logger": "^1.0.7",
"prettier": "^2.4.1",
"ts-node": "^10.2.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typings": "^2.1.1"
},
"dependencies": {
"@badrap/result": "^0.2.8",
"hravemzdy.legalios": "0.22.13",
"js-big-decimal": "^1.3.4",
"tslog": "^3.3.3",
"typescript": "^4.4.3"
},
"files": [
"**/*"
]
}