parking-calculator-library
Version:
A library to calculate parking fees based on duration, with discounts for early bird, weekend, and loyalty members.
21 lines (20 loc) • 443 B
JSON
{
"name": "parking-calculator-library",
"version": "2.0.1",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"parking",
"calculator",
"fee",
"discounts"
],
"author": "BRANIA ABESIGA",
"license": "MIT",
"description": "A library to calculate parking fees based on duration, with discounts for early bird, weekend, and loyalty members.",
"devDependencies": {
"jest": "^29.7.0"
}
}