slash-dash
Version:
Remove em-dashes and en-dashes and replace them with appropriate punctuation using natural language understanding
40 lines (38 loc) • 766 B
JSON
{
"name": "slash-dash",
"version": "1.2.0",
"description": "Remove em-dashes and en-dashes and replace them with appropriate punctuation using natural language understanding",
"main": "index.js",
"type": "module",
"keywords": [
"em-dash",
"punctuation",
"nlp",
"text-processing",
"natural-language-processing",
"compromise"
],
"author": "Sumit Paul <sumit.18.paul@gmail.com>",
"license": "MIT",
"dependencies": {
"compromise": "^14.11.4"
},
"devDependencies": {
"mocha": "^10.2.0"
},
"scripts": {
"test": "mocha test/**/*.test.js"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": ""
},
"files": [
"index.js",
"README.md",
"LICENSE"
]
}