{
  "name": "@socialgouv/fiches-travail-data-types",
  "version": "4.1276.0",
  "main": "build/index.js",
  "module": "build/index.js",
  "files": [
    "build",
    "data"
  ],
  "types": "build/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/SocialGouv/fiches-travail-data.git"
  },
  "author": "LionelB <lionel@lumographe.fr>",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "start": "node build/fetch-data",
    "checkRefs": "node build/checkRefs",
    "lint": "eslint \"./src/**/*.{js,ts}\"",
    "test": "jest"
  },
  "devDependencies": {
    "@babel/core": "^7.16.0",
    "@babel/preset-env": "^7.16.4",
    "@swc/core": "^1.3.21",
    "@swc/jest": "^0.2.23",
    "@types/jsdom": "^21.1.7",
    "@typescript-eslint/eslint-plugin": "^5.45.0",
    "@typescript-eslint/parser": "^5.45.0",
    "babel-jest": "^27.4.4",
    "eslint": "^8.28.0",
    "eslint-plugin-jest": "^27.1.6",
    "husky": "^8.0.0",
    "jest": "^29.3.1",
    "jsdom": "^17.0.0",
    "prettier": "^2.5.1",
    "typescript": "^4.9.3"
  }
}
