29 lines
542 B
JSON
29 lines
542 B
JSON
{
|
|
"version": "1.0.0",
|
|
"keywords": [
|
|
"textlintrule"
|
|
],
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib/",
|
|
"src/"
|
|
],
|
|
"scripts": {
|
|
"test": "textlint-scripts test",
|
|
"build": "textlint-scripts build",
|
|
"prepublish": "npm run --if-present build"
|
|
},
|
|
"devDependencies": {
|
|
"@textlint/types": "^14.3.0",
|
|
"textlint-scripts": "^14.3.0",
|
|
"textlint-tester": "^14.3.0"
|
|
},
|
|
"name": "textlint-rule-zen-entry",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": ""
|
|
}
|