{
  "name": "@swindle/core",
  "version": "2.2.1",
  "description": "Utilitiy classes for data manipulation.",
  "main": "dist/index.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "browser": {
        "import": "./dist/index.js",
        "require": "./dist/index.js"
      },
      "node": {
        "import": "./dist/server.js",
        "require": "./dist/server.js"
      },
      "import": "./dist/index.js",
      "require": "./dist/server.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": "https://github.com/Perivel/swindle",
  "author": "Patrick Luy <pluy@perivel.com>",
  "license": "MIT",
  "private": false,
  "bugs": {
    "url": "https://github.com/Perivel/swindle/issues"
  },
  "keywords": [
    "core",
    "core library",
    "date",
    "date manipulation",
    "hashing",
    "hash",
    "address",
    "email",
    "email validation",
    "phone",
    "phone number"
  ],
  "dependencies": {
    "awesome-phonenumber": "^3.0.2",
    "bcryptjs": "^2.4.3",
    "change-case": "^4.1.2",
    "color-convert": "^2.0.1",
    "i18n-iso-countries": "^7.4.0",
    "luxon": "^2.4.0",
    "ramda": "^0.28.0",
    "sanitize-html": "^2.7.1",
    "typescript": "^4.3.5",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^22.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@types/bcryptjs": "^2.4.2",
    "@types/luxon": "^2.3.2",
    "@types/node": "^18.7.14",
    "@types/ramda": "^0.28.13",
    "@types/uuid": "^8.3.4",
    "rollup": "^2.75.6",
    "rollup-plugin-delete": "^2.0.0",
    "rollup-plugin-polyfill-node": "^0.9.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-ts": "^3.0.2"
  },
  "scripts": {
    "build": "rollup -c",
    "test": "jest --config jest.config.cjs",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "inspect:circular": "npx madge --circular --extensions ts ./",
    "clean": "rimraf ./dist",
    "lint": "tslint --fix -c tslint.json 'src/**/*.ts'"
  }
}
