salary-calculator
Version:
Elm engine running the Niteo Salary Calculator
37 lines (36 loc) • 792 B
JSON
{
"name": "salary-calculator",
"version": "0.1.1-2025-09-08T09-22-29.0",
"description": "Elm engine running the Niteo Salary Calculator",
"scripts": {
"build": "make dist",
"test": "make test"
},
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "https://github.com/teamniteo/salarycalc.git"
},
"keywords": [
"Elm",
"Salary",
"Calculator",
"Niteo"
],
"author": "Niteo",
"license": "MIT",
"bugs": {
"url": "https://github.com/teamniteo/salarycalc/issues"
},
"homepage": "https://github.com/teamniteo/salarycalc#readme",
"devDependencies": {
"eslint": "*",
"node-elm-compiler": "*",
"parcel": "*",
"@parcel/transformer-yaml": "*",
"@parcel/transformer-elm": "*"
},
"dependencies": {}
}