{
  "name": "monetochka",
  "version": "1.0.6",
  "description": "Simple, fast and zero-dependency currency formatting library",
  "main": "monetochka.cjs.js",
  "module": "monetochka.esm.js",
  "types": "monetochka.d.ts",
  "devDependencies": {
    "@types/jest": "23.3.11",
    "dts-bundle-generator": "2.0.0",
    "jest": "23.6.0",
    "rollup": "1.0.1",
    "rollup-plugin-sourcemaps": "0.4.2",
    "rollup-plugin-typescript2": "0.18.1",
    "ts-jest": "23.10.5",
    "typescript": "3.2.2"
  },
  "scripts": {
    "test": "jest",
    "tdd": "jest --watchAll",
    "start": "rollup -c rollup.config.js -w",
    "build": "rollup -c rollup.config.js && npm run dts",
    "dts": "dts-bundle-generator src/index.ts -o monetochka.d.ts",
    "prepublish": "npm test && npm run build",
    "postpublish": "rm monetochka.*"
  },
  "files": [
    "LICENSE",
    "monetochka.cjs.js",
    "monetochka.esm.js",
    "monetochka.d.ts"
  ],
  "jest": {
    "globals": {
      "ts-jest": {
        "tsConfig": "tsconfig.json",
        "diagnostics": ""
      }
    },
    "moduleDirectories": [
      "node_modules"
    ],
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "transform": {
      ".+\\.(ts|tsx)$": "ts-jest"
    },
    "testMatch": [
      "**/tests/*.ts"
    ],
    "testEnvironment": "node"
  },
  "author": "Nikolay Solovyov <i@mr-ozio.ru>",
  "license": "MIT",
  "keywords": [
    "currency",
    "money",
    "format",
    "utilities",
    "finance",
    "exchange",
    "accounting",
    "fiat",
    "crypto"
  ]
}
