{
  "name": "@forestadmin/datasource-customizer",
  "version": "1.71.3",
  "main": "dist/index.js",
  "license": "GPL-3.0",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ForestAdmin/agent-nodejs.git",
    "directory": "packages/datasource-customizer"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts"
  ],
  "scripts": {
    "build:parser": "antlr4 -Xexact-output-dir -o src/decorators/search/generated-parser -Dlanguage=TypeScript  src/decorators/search/Query.g4",
    "build": "tsc",
    "build:watch": "tsc --watch",
    "clean": "rm -rf coverage dist",
    "lint": "eslint src test",
    "test": "jest"
  },
  "devDependencies": {
    "@types/luxon": "^3.2.0",
    "@types/object-hash": "^3.0.2",
    "@types/uuid": "^10.0.0"
  },
  "dependencies": {
    "@forestadmin/datasource-toolkit": "1.55.1",
    "antlr4": "^4.13.1-patch-1",
    "magic-bytes.js": "^1.13.0",
    "luxon": "^3.2.1",
    "object-hash": "^3.0.0",
    "uuid": "11.1.1"
  }
}
