{
  "name": "@toss/utils",
  "version": "1.6.1",
  "sideEffects": false,
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./esm/index.mjs",
      "types": "./dist/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "files": [
    "dist",
    "esm"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/toss/slash.git",
    "directory": "packages/common/utils"
  },
  "scripts": {
    "build": "rm -rf dist esm && tsc -p tsconfig.build.json --declaration --emitDeclarationOnly --declarationDir dist && rollup -c rollup.config.js",
    "prepack": "yarn build",
    "test": "jest -c jest.config.js && tsc --noEmit",
    "test:unit": "jest -c jest.config.js",
    "coverage": "jest --coverage",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@babel/runtime": "^7.14.8",
    "@toss/utility-types": "^1.2.1",
    "date-fns": "^2.25.0"
  },
  "devDependencies": {
    "@babel/core": "^7",
    "@babel/plugin-proposal-class-properties": "^7.14.5",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
    "@babel/plugin-proposal-optional-chaining": "^7.14.5",
    "@babel/preset-env": "^7.14.8",
    "@babel/preset-typescript": "^7.18.6",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^22.0.1",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@toss/jest": "^0.2.1",
    "@toss/rollup-config": "^0.2.0",
    "@types/babel__core": "^7",
    "@types/babel__preset-env": "^7",
    "@types/jest": "^28.1.8",
    "@types/node": "^14.0.23",
    "babel-jest": "^29.0.1",
    "builtin-modules": "^3.1.0",
    "hangul-js": "^0.2.6",
    "jest": "^29.0.1",
    "jest-environment-jsdom": "^28.1.1",
    "jest-mock": "^27.4.2",
    "rollup": "^2.77.0",
    "tslib": "^2.0.0",
    "typescript": "^5.4.5"
  },
  "publishConfig": {
    "access": "public",
    "exports": {
      ".": {
        "require": "./dist/index.js",
        "import": "./esm/index.mjs",
        "types": "./dist/index.d.ts"
      },
      "./package.json": "./package.json"
    },
    "import": "./esm/index.mjs",
    "main": "./dist/index.js",
    "module": "./esm/index.mjs",
    "types": "./dist/index.d.ts"
  },
  "gitHead": "843c0819d3d99f3eca518bff2e0e33243c069e49",
  "readme": "ERROR: No README data found!",
  "_id": "@toss/utils@4.1.0",
  "module": "./esm/index.mjs",
  "types": "./dist/index.d.ts"
}