hexo-word-counter
Version:
Symbols count and time to read for articles.
43 lines (42 loc) • 1.12 kB
JSON
{
"name": "hexo-word-counter",
"version": "0.2.1",
"description": "Symbols count and time to read for articles.",
"main": "index",
"files": [
"src/**",
"Cargo.toml",
"lib",
"index.js",
"postinstall.js"
],
"scripts": {
"build": "cargo-cp-artifact --artifact cdylib word-counter index.node -- cargo build --message-format=json-render-diagnostics",
"build-release": "npm run build -- --release",
"lint": "eslint index.js lib/",
"postinstall": "node postinstall.js",
"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": {
"cargo-cp-artifact": "^0.1"
},
"devDependencies": {
"@next-theme/eslint-config": "0.0.4",
"aws-sdk": "^2.1599.0",
"c8": "^10.0.0",
"chai": "5.2.0",
"eslint": "9.28.0",
"lorem-ipsum": "^2.0.8",
"mocha": "11.5.0"
}
}