@homegrown/word-counter
Version:
word counter which support CJK and emoji
39 lines (38 loc) • 909 B
JSON
{
"name": "@homegrown/word-counter",
"version": "0.1.7",
"description": "word counter which support CJK and emoji",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"dev": "tsc -w --inlineSourceMap",
"build": "tsc",
"test": "mocha --reporter spec",
"update:emoji": "node script/updateEmoji.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/curly210102/word-counter.git"
},
"keywords": [
"word",
"count"
],
"author": "Curly Brackets",
"license": "ISC",
"bugs": {
"url": "https://github.com/curly210102/word-counter/issues"
},
"homepage": "https://github.com/curly210102/word-counter#readme",
"devDependencies": {
"chai": "^4.3.4",
"emoji-test-regex-pattern": "^1.6.0",
"mocha": "^9.1.2",
"typescript": "^4.4.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}