{
  "name": "tj-jstools",
  "version": "1.3.10",
  "description": "A diverse JS tool library",
  "main": "static/cjs/index.js",
  "module": "static/esm/index.js",
  "types": "static/esm/src/index.d.ts",
  "files": [
    "static/"
  ],
  "scripts": {
    "vtest": "vitest",
    "coverage": "vitest run --coverage",
    "lint": "eslint --fix --ext .ts src",
    "format": "prettier --write \"src/**/*.ts\" ",
    "test": "node test",
    "build": "npx tsc -p .",
    "rollup:build": "rollup -c",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:serve": "vitepress serve docs",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "init:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
    "prepare": "husky install"
  },
  "homepage": "https://github.com/geniusmanyxh/tj-jstools",
  "bugs": "https://github.com/geniusmanyxh/tj-jstools/issues",
  "keywords": [
    "js",
    "tool",
    "utils",
    "string",
    "array",
    "object",
    "number",
    "storage",
    "cookie",
    "browser"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/geniusmanyxh/tj-jstools.git"
  },
  "author": {
    "name": "geniusman",
    "email": "16245929@qq.com",
    "url": "https://www.itbooks.work"
  },
  "contributors": [
    {
      "name": "geniusmanyxh",
      "email": "geniusmanyxh@gmail.com",
      "url": "https://www.itbooks.work"
    },
    {
      "name": "geniusguys",
      "email": "16245929@qq.com",
      "url": "https://www.itbooks.work"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.19.1",
    "@babel/plugin-transform-runtime": "^7.19.1",
    "@babel/preset-env": "^7.19.1",
    "@babel/runtime-corejs3": "^7.19.1",
    "@commitlint/cli": "^17.0.2",
    "@commitlint/config-conventional": "^17.0.2",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^22.0.2",
    "@rollup/plugin-node-resolve": "^14.1.0",
    "@typescript-eslint/eslint-plugin": "^5.50.0",
    "@typescript-eslint/parser": "^5.50.0",
    "@vitest/coverage-c8": "^0.28.3",
    "@vitest/coverage-istanbul": "^0.28.3",
    "babel-eslint": "^10.1.0",
    "eslint": "^8.33.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-formatter-pretty": "^4.1.0",
    "eslint-plugin-json": "^3.1.0",
    "eslint-plugin-prettier": "^4.2.1",
    "happy-dom": "^6.0.4",
    "husky": "^8.0.3",
    "prettier": "^2.8.3",
    "rollup": "^2.79.1",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.34.0",
    "ts-node": "^10.9.2",
    "tslib": "^2.4.0",
    "typescript": "^4.9.5",
    "vite": "^3.2.5",
    "vitepress": "^1.0.0-alpha.15",
    "vitest": "^0.28.3"
  },
  "engines": {
    "node": ">=16.6.1",
    "npm": ">=8.15.0"
  },
  "dependencies": {
    "@types/js-cookie": "^3.0.2",
    "conventional-changelog-cli": "^2.2.2",
    "core-js": "^3.25.2",
    "dayjs": "^1.11.13",
    "js-cookie": "^3.0.1"
  },
  "exports": {
    ".": {
      "require": "./static/cjs/index.js",
      "import": "./static/esm/index.js",
      "types": "./static/esm/src/index.d.ts"
    }
  }
}
