-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 947 Bytes
/
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
{
"name": "retext-check-action",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist && npx @vercel/ncc build src/index.js && cp node_modules/dictionary-en-gb/index.aff node_modules/dictionary-en-gb/index.dic dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"dictionary-en-gb": "^2.3.0",
"retext": "^7.0.1",
"retext-contractions": "^4.0.0",
"retext-english": "^3.0.4",
"retext-equality": "^5.7.0",
"retext-indefinite-article": "^2.0.3",
"retext-readability": "^6.0.0",
"retext-repeated-words": "^3.0.0",
"retext-spell": "^4.0.1",
"retext-stringify": "^2.0.4",
"retext-usage": "^0.5.0",
"to-vfile": "^6.1.0",
"vfile-reporter": "^6.0.2",
"vfile-statistics": "^1.1.4"
}
}