{
  "name": "@elastic/ecs",
  "version": "9.4.0",
  "main": "build/commonjs/index.js",
  "module": "build/esm/index.js",
  "scripts": {
    "generate-ecs-types": "rm -rf generated/*.ts && ts-node src/bin.ts",
    "build": "tsc -p tsconfig.commonjs.json && tsc -p tsconfig.esm.json",
    "test:unit": "jest",
    "test:integration": "tsc src/integration_tests/root.ts --noEmit",
    "lint": "yarn run eslint ./src"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/elastic/ecs-typescript.git"
  },
  "dependencies": {},
  "devDependencies": {
    "axios": "^1.2.1",
    "lodash": "^4.17.21",
    "@types/jest": "^27.4.0",
    "@types/js-yaml": "^4.0.5",
    "@types/lodash": "^4.14.178",
    "@types/node": "^17.0.11",
    "@typescript-eslint/eslint-plugin": "^5.47.0",
    "@typescript-eslint/parser": "^5.47.0",
    "commander": "^8.3.0",
    "eslint": "^8.30.0",
    "jest": "^27.4.7",
    "js-yaml": "^4.1.0",
    "prettier": "2.5.1",
    "ts-jest": "^27.1.3",
    "ts-node": "^10.9.2",
    "typescript": "^4.5.5"
  },
  "license": "SEE LICENSE IN LICENSE FILE",
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
