@w0s/markuplint-config
Version:
markuplint configuration file used on w0s.jp
31 lines (30 loc) • 629 B
JSON
{
"name": "@w0s/markuplint-config",
"version": "3.9.2",
"description": "markuplint configuration file used on w0s.jp",
"keywords": [
"markuplint",
"markuplint-config"
],
"license": "MIT",
"author": "Saeki Tominaga",
"files": [],
"type": "module",
"main": "markuplint.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/SaekiTominaga/config.git"
},
"scripts": {
"test": "node __tests__/index.test.js"
},
"devDependencies": {
"markuplint": "^4.11.4"
},
"peerDependencies": {
"markuplint": "^4.8.1"
},
"publishConfig": {
"access": "public"
}
}