UNPKG

taipa

Version:

Taiwanese morphological parsing library

40 lines (39 loc) 911 B
{ "name": "taipa", "version": "0.14.1", "description": "Taiwanese morphological parsing library", "main": "lib/index.js", "types": "lib/index.d.ts", "bin": { "taipa": "bin/app.js" }, "scripts": { "build": "tsc --outDir lib", "test": "jest --env=node --colors --coverage test", "clean": "git clean -fXd -e !node_modules -e !node_modules/**/* -e !.vscode" }, "repository": { "type": "git", "url": "git+https://github.com/taipalogy/taipa.git" }, "keywords": [ "parsing", "natural language processing", "nlp", "taiwanese" ], "author": "Taipalogy", "license": "MIT", "homepage": "https://taipalogy.github.io/susiahethong", "devDependencies": { "@types/jest": "29.2.6", "@types/node": "18.11.18", "jest": "29.3.1", "ts-jest": "29.0.5", "typescript": "4.9.4" }, "files": [ "/lib/**/*.js", "/lib/**/*.d.ts" ] }