{
  "name": "price-to-words-pl",
  "version": "1.0.5",
  "description": "Converting a price value into a word representation with a currency.",
  "main": "dist/index.js",
  "repository": "https://github.com/robert8888/price-to-words-pl",
  "homepage": "https://github.com/robert8888/price-to-words-pl",
  "files": [
    "/dist/index.js"
  ],
  "scripts": {
    "start": "node /dist/index.js",
    "build": "npx webpack --config ./webpack.config.js",
    "dev": "npx webpack watch --mode development --config ./webpack.config.js",
    "test": "jest"
  },
  "keywords": [
    "converter",
    "number",
    "to",
    "words",
    "price",
    "to",
    "words",
    "cena",
    "słownie"
  ],
  "author": "robert.kami88@gmail.com",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.15.8",
    "@babel/preset-env": "^7.15.8",
    "babel-jest": "^27.2.5",
    "babel-loader": "^8.2.2",
    "jest": "^27.2.5",
    "webpack": "^5.58.1",
    "webpack-cli": "^4.9.0"
  },
  "dependencies": {},
  "jest": {
    "transform": {
      "^.+\\.jsx?$": "babel-jest"
    }
  }
}
