{
  "name": "iron-utils",
  "version": "0.0.4",
  "description": "前端工具库",
  "main": "dist/xtools.cjs.js",
  "module": "dist/xtools.esm.js",
  "browser": "dist/index.js",
  "scripts": {
    "start": "rollup -c -w",
    "build": "rollup -c && npm run copy && npm run generate-docs",
    "copy": "cp dist/xtools.esm.js demo && cp package.json dist",
    "test": "ts-node test/test.ts",
    "generate-docs": "typedoc --options ./typedoc.config.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SuYxh/iron-utils.git"
  },
  "keywords": [
    "TypeScript",
    "Browser utils",
    "Cookie utils",
    "Document utils",
    "DOM utils",
    "Window utils",
    "array",
    "collection",
    "function",
    "object",
    "string",
    "util",
    "utils"
  ],
  "author": "Jarvis",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SuYxh/iron-utils/issues"
  },
  "homepage": "https://github.com/SuYxh/iron-utils#readme",
  "devDependencies": {
    "@types/ms": "^0.7.31",
    "rollup": "^2.33.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-typescript": "^1.0.1",
    "shelljs": "^0.8.4",
    "ts-node": "^9.0.0",
    "tslib": "^2.0.3",
    "typedoc": "^0.22.11",
    "typescript": "^4.0.5"
  }
}
