{
  "name": "@cmtlyt/base",
  "type": "module",
  "version": "0.12.2",
  "private": false,
  "description": "cmtlyt的基础工具库",
  "author": {
    "name": "cmtlyt",
    "email": "cmtlyt@163.com"
  },
  "license": "MIT",
  "homepage": "https://cmtlyt.github.io/toolset/packages/base/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cmtlyt/toolset.git",
    "directory": "packages/base"
  },
  "bugs": {
    "url": "https://github.com/cmtlyt/toolset/issues",
    "email": "cmtlyt@163.com"
  },
  "keywords": [
    "cmtlyt",
    "base",
    "基础工具库"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./fp": {
      "types": "./dist/fp/index.d.ts",
      "import": "./dist/fp/index.mjs",
      "require": "./dist/fp/index.cjs"
    },
    "./fp/functor": {
      "types": "./dist/fp/functor/index.d.ts",
      "import": "./dist/fp/functor/index.mjs",
      "require": "./dist/fp/functor/index.cjs"
    },
    "./fp/utils": {
      "types": "./dist/fp/utils/index.d.ts",
      "import": "./dist/fp/utils/index.mjs",
      "require": "./dist/fp/utils/index.cjs"
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "dependencies": {
    "ms": "^2.1.3"
  },
  "scripts": {
    "stub": "unbuild --stub",
    "build": "unbuild",
    "test": "cross-env CI=true vitest run"
  }
}