{
  "name": "@gaignoux/currency",
  "version": "1.1.0",
  "description": "A way to get all currency information from around the world.",
  "packageScope": "@gaignoux",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "private": false,
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "@types/node": "^20.12.12",
    "deepmerge": "^4.3.1",
    "es-dev-server": "^1.55.1",
    "jest": "^29.7.0",
    "prettier": "^3.2.5",
    "rimraf": "^5.0.7",
    "rollup": "^2.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.36.0",
    "ts-jest": "^29.1.2",
    "ts-loader": "^9.5.1",
    "ts-node": "^10.9.2",
    "tsconfig-paths-jest": "^0.0.1",
    "typedoc": "^0.25.13",
    "typescript": "^5.4.5"
  },
  "scripts": {
    "start": "npx webpack serve",
    "prebuild": "rimraf dist",
    "build": "tsc && rollup -c rollup.config.js",
    "build:docs": "npx typedoc --entryPoints src/enums/index.ts --entryPoints src/types/index.ts --entryPoints src/constants/index.ts --entryPoints src/utils/index.ts",
    "test": "jest --coverage",
    "test:watch": "jest --coverage --watch",
    "format": "npx prettier . --write",
    "postversion": "git push && git push --tags",
    "version": "git add -A src",
    "publish:patch": "npm version patch && npm publish",
    "publish:minor": "npm version minor && npm publish",
    "publish:major": "npm version major && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gaignoux/currency.git"
  },
  "keywords": [
    "currency",
    "typescript",
    "currency-symbol",
    "currency-code"
  ],
  "author": "Bruno Gaignoux",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/gaignoux/currency/issues"
  },
  "homepage": "https://gaignoux.github.io/currency"
}
