@wordpress/wordcount
Version:
WordPress word count utility.
38 lines (37 loc) • 891 B
JSON
{
"name": "@wordpress/wordcount",
"version": "4.25.0",
"description": "WordPress word count utility.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"wordcount"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/wordcount/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/WordPress/gutenberg.git",
"directory": "packages/wordcount"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
},
"engines": {
"node": ">=18.12.0",
"npm": ">=8.19.2"
},
"main": "build/index.js",
"module": "build-module/index.js",
"react-native": "src/index",
"wpScript": true,
"sideEffects": false,
"dependencies": {
"@babel/runtime": "7.25.7"
},
"publishConfig": {
"access": "public"
},
"gitHead": "d1acd76ffff33ab01f0a948d2f51e5e45c95158d"
}