{ "name": "chinese-copywriting-guidelines", "version": "1.0.1", "description": "Chinese Copywriting Guidelines", "author": "Tunghsiao Liu", "homepage": "http://github.com/sparanoid/chinese-copywriting-guidelines", "main": "README.md", "scripts": { "test": "remark .", "release": "npx release-it" }, "remarkConfig": { "plugins": [ "remark-preset-lint-consistent", "remark-preset-lint-recommended", [ "remark-lint-list-item-indent", "space" ] ] }, "repository": { "type": "git", "url": "https://github.com/sparanoid/chinese-copywriting-guidelines.git" }, "bugs": { "url": "https://github.com/sparanoid/chinese-copywriting-guidelines/issues" }, "license": "MIT", "keywords": [ "chinese", "copywriting", "guideline" ], "readmeFilename": "README.md", "devDependencies": { "remark-cli": "^12.0.0", "remark-lint-list-item-indent": "^4.0.0", "remark-preset-lint-consistent": "^6.0.0", "remark-preset-lint-recommended": "^7.0.0" }, "release-it": { "git": { "commitArgs": "-S", "commitMessage": "chore: release v${version}", "tagArgs": "-s", "tagAnnotation": "chore: release v${version}" }, "github": { "release": true }, "npm": { "publish": false } } }