rosaenlg-filter
Version:
Filtering feature of RosaeNLG
64 lines (63 loc) • 1.24 kB
JSON
{
"name": "rosaenlg-filter",
"version": "5.4.0",
"description": "Filtering feature of RosaeNLG",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rm -rf dist",
"test": "nyc --reporter=lcov --reporter=text mocha",
"build": "tsc"
},
"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": {
"better-title-case": "^1.0.1",
"english-a-an": "3.4.0",
"english-a-an-list": "3.4.0",
"french-contractions": "5.4.0",
"rosaenlg-commons": "3.4.0",
"titlecase-french": "^1.0.1"
},
"keywords": [
"rosaenlg",
"punctuation",
"filter"
],
"author": "Ludan Stoecklé <ludan.stoeckle@rosaenlg.org>",
"license": "Apache-2.0",
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/ludan"
},
"gitHead": "745dc50c54690936fba332ca465308c607053e46"
}