-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "@julian_cataldo/retext-case-police",
"version": "1.1.4",
"description": "A `retext` plugin for checking popular names casing.",
"type": "module",
"source": "./index.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"dev": "pnpm tsc -w",
"build": "pnpm tsc",
"release": "semantic-release"
},
"dependencies": {
"case-police": "^0.5.10",
"nlcst-search": "^3.1.0",
"nlcst-to-string": "^3.1.0"
},
"devDependencies": {
"@julian_cataldo/astro-configs": "^0.18.0",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.6",
"@semantic-release/npm": "9.0.1",
"@types/eslint": "8.4.6",
"@types/node": "18.7.16",
"@types/prettier": "2.7.0",
"@types/unist": "^2.0.6",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"eslint": "8.23.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "3.5.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-tsdoc": "0.2.16",
"prettier": "2.7.1",
"remark": "14.0.2",
"remark-cli": "11.0.0",
"semantic-release": "19.0.5",
"typescript": "4.8.3",
"unified": "10.1.2"
},
"homepage": "https://github.com/JulianCataldo/retext-case-police",
"repository": {
"type": "git",
"url": "https://github.com/JulianCataldo/retext-case-police"
},
"bugs": {
"url": "https://github.com/JulianCataldo/retext-case-police/issues",
"email": "contact@juliancataldo.com"
},
"author": "Julian Cataldo",
"license": "ISC",
"keywords": [
"retext",
"spell-checker",
"case-police",
"lint",
"remark",
"validation",
"casing",
"linting",
"linter",
"plugin",
"unified",
"remarkjs",
"markdown",
"brands",
"copy-writing",
"vscode",
"tooling"
],
"engines": {
"node": ">=17"
},
"publishConfig": {
"access": "public"
}
}