UNPKG

@praphan.o/thai-sentence-cut

Version:

การตัดข้อความภาษาไทยโดยไม่นับสระลอยและวรรณยุกต์

45 lines (44 loc) 1.24 kB
{ "name": "@praphan.o/thai-sentence-cut", "version": "1.1.8", "description": "การตัดข้อความภาษาไทยโดยไม่นับสระลอยและวรรณยุกต์", "main": "dist/src/index.js", "scripts": { "clean": "rimraf dist/", "test": "npm run build && nyc mocha dist/test", "build": "npm run clean && tsc", "report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov" }, "repository": { "type": "git", "url": "git+https://github.com/e23thr/thai-sentence-cut.git" }, "keywords": [ "ตัดข้อความ", "ภาษาไทย", "string", "nodejs" ], "author": "Praphan Oranphanlert", "license": "ISC", "bugs": { "url": "https://github.com/e23thr/thai-sentence-cut/issues" }, "homepage": "https://github.com/e23thr/thai-sentence-cut#readme", "dependencies": { "wordcut": "^0.9.1" }, "directories": { "test": "test" }, "devDependencies": { "@types/chai": "^4.3.5", "@types/mocha": "^10.0.1", "@types/node": "^20.4.1", "chai": "^4.3.7", "mocha": "^10.2.0", "nyc": "^15.1.0", "rimraf": "^5.0.1", "typescript": "^5.1.6" } }