UNPKG

hexo-word-counter

Version:
38 lines (37 loc) 1 kB
{ "name": "hexo-word-counter", "version": "0.3.0-rc.1", "description": "Symbols count and time to read for articles.", "main": "index.js", "files": [ "pkg/**", "lib", "index.js" ], "scripts": { "build": "wasm-pack build --target nodejs --out-name word_counter && node -e \"require('fs').rmSync('pkg/.gitignore', { force: true })\"", "prepare": "npm run build", "lint": "eslint index.js lib/", "test": "mocha test --reporter spec", "test-cov": "c8 --print both _mocha -- test/index.js" }, "repository": "next-theme/hexo-word-counter", "keywords": [ "hexo", "count", "symbols", "time-to-read" ], "author": "Mimi <stevenjoezhang@gmail.com> (https://zhangshuqiao.org)", "license": "LGPL-3.0", "dependencies": {}, "devDependencies": { "@next-theme/eslint-config": "0.0.5", "c8": "^11.0.0", "chai": "6.2.2", "eslint": "10.5.0", "lorem-ipsum": "^3.0.0", "mocha": "11.7.6", "wasm-pack": "^0.13.0" } }