@dlivr.io/salary-calculator-egypt
Version:
Javascript SDK for calculating Net/Gross salary in Egypt.
62 lines (61 loc) • 1.95 kB
JSON
{
"name": "@dlivr.io/salary-calculator-egypt",
"version": "2.1.0",
"description": "Javascript SDK for calculating Net/Gross salary in Egypt.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/dlivr-io/salary-calculator"
},
"scripts": {
"tsc": "tsc --project tsconfig.build.json",
"dev": "npm run tsc && rollup -c --watch",
"build": "npm run tsc && rollup -c",
"test": "jest --config jest.config.js",
"lint": "eslint --fix -c .eslintrc \"src/**/*.ts\""
},
"keywords": [
"salary",
"calculator",
"salary calculator",
"net salary calculator",
"net",
"gross",
"net calculator",
"gross calculator",
"net from gross",
"gross from net",
"Egypt"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.4",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^23.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@types/jest": "^29.2.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.2.0",
"prettier": "^2.7.1",
"rollup": "^3.2.3",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-node-externals": "^5.0.1",
"ts-jest": "^29.0.3",
"tslib": "^2.4.0",
"typescript": "^4.8.4"
},
"dependencies": {
"@babel/runtime": "^7.19.4"
}
}