{
  "name": "myfx",
  "version": "1.15.10",
  "description": "A modular utility library with more utils, higher performance and simpler declarations ...",
  "main": "index.umd.js",
  "module": "index.esm.mjs",
  "types": "index.d.ts",
  "author": "holyhigh2",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/holyhigh2/myfx"
  },
  "bugs": "https://github.com/holyhigh2/myfx/issues/new",
  "homepage": "https://holyhigh2.github.io/myfx/",
  "keywords": [
    "lib",
    "utils",
    "functions",
    "modular",
    "stdlib"
  ],
  "scripts": {
    "build": "node ./config/build.chainfx.mjs & node ./config/build.modules.mjs & rollup --config ./config/rollup.config.mjs & rollup --config ./config/rollup.config.dts.mjs",
    "jest": "rollup --config ./config/rollup.config.jest.mjs --bundleConfigAsCjs & jest --no-cache --verbose test/index.spec.ts",
    "dev": "rollup --config ./config/rollup.config.dev.js --bundleConfigAsCjs --watch",
    "doc": "node extract-docs.js"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "24.0.0",
    "@rollup/plugin-json": "6.0.0",
    "@rollup/plugin-node-resolve": "15.0.1",
    "@rollup/plugin-terser": "^0.3.0",
    "@types/jest": "^29.0.0",
    "eslint-plugin-tsdoc": "^0.2.17",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "29.0.1",
    "js-cleanup": "^1.2.0",
    "rollup": "^3.29.5",
    "rollup-plugin-banner2": "1.2.2",
    "rollup-plugin-clear": "2.0.7",
    "rollup-plugin-copy": "3.4.0",
    "rollup-plugin-dts": "^6.1.1",
    "rollup-plugin-livereload": "^2.0.0",
    "rollup-plugin-serve": "^1.1",
    "rollup-plugin-typescript2": "0.36.0",
    "ts-jest": "^29.2.5",
    "ts-morph": "^21.0.1",
    "tslib": "^2.4.1",
    "typedoc": "^0.25.1",
    "typedoc-plugin-markdown": "^3.14.0",
    "typescript": "^5.2.2"
  }
}