{
  "name": "french-words",
  "version": "3.4.0",
  "description": "Gender and plural of French words",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rm -rf dist",
    "test": "nyc --reporter=lcov --reporter=text mocha",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/RosaeNLG/rosaenlg.git"
  },
  "nyc": {
    "extension": [
      ".ts"
    ],
    "exclude": [
      "test/"
    ],
    "check-coverage": true,
    "statements": 95,
    "lines": 95,
    "functions": 95,
    "branches": 95,
    "watermarks": {
      "statements": [
        60,
        95
      ],
      "lines": [
        60,
        95
      ],
      "functions": [
        60,
        95
      ],
      "branches": [
        60,
        95
      ]
    }
  },
  "dependencies": {
    "rosaenlg-pluralize-fr": "3.4.0"
  },
  "devDependencies": {
    "french-words-gender-lefff": "3.4.0"
  },
  "keywords": [
    "words",
    "gender",
    "plural",
    "French"
  ],
  "author": "Ludan Stoecklé <ludan.stoeckle@rosaenlg.org>",
  "license": "Apache-2.0",
  "funding": {
    "type": "patreon",
    "url": "https://www.patreon.com/ludan"
  },
  "gitHead": "745dc50c54690936fba332ca465308c607053e46"
}
