forked from zeropaper/vale
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.22 KB
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
{
"name": "@frcsoftware/vale",
"version": "3.21.0",
"description": "Download pre-built vale binaries for your platform",
"main": "dist/index.cjs",
"type": "module",
"scripts": {
"prepack": "tsdown",
"postinstall": "node dist/index.cjs"
},
"files": [
"dist/index.cjs",
"bin/vale.cjs"
],
"bin": {
"vale": "bin/vale.cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frcsoftware/vale.git"
},
"keywords": [
"vale",
"linting",
"text"
],
"author": "Valentin \"zeropaper\" Vago",
"contributors": [
{
"name": "httphyixelnet",
"url": "https://github.com/httphypixelnet"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/frcsoftware/vale/issues"
},
"homepage": "https://github.com/frcsoftware/vale#readme",
"dependencies": {
"fs-extra": "^11.4.0",
"tar": "^7.5.22",
"yauzl": "^3.4.0"
},
"devDependencies": {
"@arethetypeswrong/core": "^0.18.5",
"@types/fs-extra": "^11.0.4",
"@types/node": "^26.1.2",
"@types/yauzl": "^3.4.0",
"publint": "^0.3.22",
"tsdown": "^0.22.14",
"typescript": "7.0.2"
},
"packageManager": "pnpm@11.1.0",
"engines": {
"node": ">=18.0.0"
}
}