{
  "name": "@socialgouv/cdtn-slugify",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "version": "4.91.1",
  "main": "index.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/SocialGouv/code-du-travail-numerique.git",
    "directory": "packages/slugify"
  },
  "devDependencies": {
    "jest": "^27.0.6",
    "typescript": "^4.3.5"
  },
  "scripts": {
    "test": "jest"
  },
  "types": "index.d.ts",
  "jest": {
    "clearMocks": true,
    "coverageDirectory": "coverage",
    "collectCoverageFrom": [
      "src/**/*.js",
      "!**/node_modules/**",
      "!**/data/**"
    ],
    "testEnvironment": "node"
  },
  "dependencies": {
    "@types/jest": "^27.0.1"
  },
  "gitHead": "e4162192df8468d9727b47e67c0380a4d8759e38"
}
