{
  "name": "@easymoney/core",
  "version": "1.0.1",
  "author": "Whispers12",
  "sideEffects": false,
  "main": "dist/index.cjs.js",
  "module": "dist/index.es.js",
  "jsnext:main": "dist/index.es.js",
  "umd:main": "dist/index.umd.js",
  "unpkg": "dist/index.umd.js",
  "types": "dist/index.d.ts",
  "maintainers": [
    {
      "name": "Whispers12",
      "email": "githubFrolov@yandex.ru"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/frolovdev/easymoney.git"
  },
  "bugs": {
    "url": "https://github.com/frolovdev/easymoney/issues"
  },
  "homepage": "https://github.com/frolovdev/easymoney#readme",
  "license": "MIT",
  "description": "Library to operate with monetary values in Javascript",
  "scripts": {
    "build-prod": "yarn clean && yarn build",
    "start": "tsc -w --preserveWatchOutput",
    "build": "../../node_modules/.bin/rollup -c",
    "clean": "../../node_modules/.bin/rimraf dist/",
    "test": "../../node_modules/.bin/jest --watchAll"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "files": [
    "/README.md",
    "/package.json",
    "/dist"
  ],
  "keywords": [
    "easymoney",
    "money",
    "dinero",
    "dinero.js",
    "amount",
    "immutable",
    "monetary"
  ]
}