{
  "name": "tms-data-aid",
  "type": "module",
  "version": "0.0.126",
  "description": "通用数据处理包。",
  "main": "./dist/index.js",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist/",
    "docs/"
  ],
  "keywords": [],
  "author": "jasony62",
  "license": "MIT",
  "dependencies": {
    "array-sort": "^1.0.0",
    "debug": "4.4.3",
    "es-toolkit": "^1.43.0",
    "get-value": "^4.0.1",
    "handlebars": "^4.7.8",
    "has-value": "^2.0.2",
    "is-even": "^1.0.0",
    "jexl": "^2.3.0",
    "json-logic-js": "^2.0.5",
    "jsonpointer": "^5.0.1",
    "kind-of": "^6.0.3",
    "randexp": "^0.5.3"
  },
  "devDependencies": {
    "@types/jexl": "^2.3.4",
    "@types/json-logic-js": "^2.0.8",
    "@types/jsonpointer": "^4.0.2",
    "rimraf": "6.1.2"
  },
  "scripts": {
    "build": "rimraf ./dist && tsc"
  }
}