@textlint/types
Version:
Type definition package for textlint
66 lines (65 loc) • 1.71 kB
JSON
{
"name": "@textlint/types",
"version": "14.6.0",
"description": "Type definition package for textlint",
"keywords": [
"definition",
"textlint",
"types",
"typescript"
],
"homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/types/",
"bugs": {
"url": "https://github.com/textlint/textlint/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/textlint/textlint.git"
},
"license": "MIT",
"author": "azu",
"type": "commonjs",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"bin/",
"lib/",
"src/",
"!*.tsbuildinfo"
],
"scripts": {
"build": "tsc -b",
"clean": "rimraf lib/ module/",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"prepack": "npm run --if-present build",
"test": "tsc -b test/",
"watch": "tsc -b --watch"
},
"prettier": {
"printWidth": 120,
"singleQuote": false,
"tabWidth": 4
},
"dependencies": {
"@textlint/ast-node-types": "^14.6.0"
},
"devDependencies": {
"@textlint/markdown-to-ast": "^14.6.0",
"@types/mocha": "^9.1.1",
"@types/node": "^18.19.9",
"mocha": "^10.8.1",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-node": "^10.9.2",
"typescript": "~5.3.3",
"unist-util-select": "^3.0.4"
},
"publishConfig": {
"access": "public"
},
"gitHead": "95df8c106b26481548bb4181ff1811938d30d882"
}