{
  "name": "morph-it-helper",
  "version": "5.4.0",
  "description": "Helper functions on an included database derived from morph-it (Free Morphological Lexicon for the Italian Language)",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rm -rf dist && rm -rf resources_pub",
    "test": "nyc --reporter=lcov --reporter=text mocha",
    "resources:build": "node dist/create/createDb.js",
    "resources:licence": "copyfiles -f ./resources/morph-it/CC-BY-SA-2.0.txt ./resources_pub",
    "resources": "mkdirp resources_pub && npm run resources:build && npm run resources:licence",
    "build:code": "tsc",
    "build": "npm run build:code && npm run resources"
  },
  "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
      ]
    }
  },
  "devDependencies": {
    "copyfiles": "^2.2.0",
    "mkdirp": "^1.0.3",
    "rimraf": "^3.0.0"
  },
  "keywords": [
    "Italian",
    "morph-it",
    "NLP"
  ],
  "author": "Ludan Stoecklé <ludan.stoeckle@rosaenlg.org>",
  "license": "Apache-2.0",
  "funding": {
    "type": "patreon",
    "url": "https://www.patreon.com/ludan"
  },
  "gitHead": "745dc50c54690936fba332ca465308c607053e46"
}
