UNPKG

textlint-scripts

Version:
82 lines (81 loc) 2.03 kB
{ "name": "textlint-scripts", "version": "15.5.4", "description": "textlint scripts help you to create textlint rule.", "keywords": [ "textlint" ], "homepage": "https://github.com/textlint/textlint/tree/master/packages/textlint-scripts", "bugs": { "url": "https://github.com/textlint/textlint/issues" }, "repository": { "type": "git", "url": "https://github.com/textlint/textlint.git" }, "license": "MIT", "author": "azu", "type": "commonjs", "bin": { "textlint-scripts": "./bin/cmd.js" }, "directories": { "test": "test" }, "files": [ "register.js", "register-ts.js", "bin/", "scripts/", "configs/", "!*.tsbuildinfo" ], "scripts": { "format": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", "test": "mocha" }, "lint-staged": { "*.{js,jsx,ts,tsx,css}": [ "prettier --write" ] }, "prettier": { "printWidth": 120, "singleQuote": false, "tabWidth": 4, "trailingComma": "none" }, "dependencies": { "@babel/cli": "^7.28.6", "@babel/core": "^7.29.0", "@babel/preset-env": "^7.29.2", "@babel/preset-typescript": "^7.28.5", "@babel/register": "^7.28.6", "babel-plugin-static-fs": "^3.0.0", "confirmer": "^1.1.2", "cross-spawn": "^7.0.6", "mocha": "^11.7.5", "pkg-to-readme": "^3.0.1", "textlint-tester": "15.5.4" }, "devDependencies": { "lint-staged": "^16.4.0", "prettier": "^2.8.1" }, "peerDependencies": { "ts-node": "*", "typescript": "*" }, "peerDependenciesMeta": { "ts-node": { "optional": true }, "typescript": { "optional": true } }, "engines": { "node": ">=20.0.0" }, "gitHead": "728f4270c1ed08defcf1789ef4c5599e92a3ba05" }