{
  "name": "@dtable/utility",
  "version": "1.2.26",
  "description": "DTable utility",
  "main": "output/index.js",
  "scripts": {
    "tsc": "tsc",
    "test": "jest",
    "build": "rm -rf ./output && rollup --config rollup.config.ts && tsc",
    "start": "ts-node ./test/debug.spec.ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "dtable",
    "utility"
  ],
  "author": "dtable",
  "license": "MIT",
  "dependencies": {
    "@rollup/plugin-commonjs": "^22.0.2",
    "@types/lodash": "^4.14.178",
    "chevrotain": "^9.1.0",
    "class-validator": "^0.13.2",
    "date-fns": "^2.29.3",
    "date-fns-tz": "^1.3.7",
    "dayjs": "^1.10.7",
    "lodash": "^4.17.21",
    "moment": "^2.29.3",
    "nanoid": "^3.3.4",
    "validator": "^13.7.0"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^8.3.0",
    "@types/jest": "^27.0.2",
    "@types/validator": "^13.7.5",
    "jest": "^27.3.1",
    "rollup": "^2.58.3",
    "ts-jest": "^27.0.7",
    "ts-node": "^10.4.0",
    "tslib": "^2.3.1",
    "typescript": "^4.4.4"
  },
  "directories": {
    "test": "test"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}
