{
  "name": "@abdelazizbardich/car-credit-simulator",
  "version": "1.0.2",
  "description": "Js library that can help you with all credit simulation functions",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "tsc src/functions.ts"
  },
  "files": [
    "/dist"
  ],
  "keywords": ["credit-simulator"],
  "author": "Abdelaziz Bardich",
  "license": "ISC"
}