-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "wordscapes-helper",
"version": "0.3.1",
"description": "Command-line tool to offer suggestions for Wordscapes puzzles",
"author": "[email protected]",
"homepage": "http://www.kylegetz.me",
"license": "MIT",
"scripts": {
"build": "npx just build",
"find-words": "node dist/find-words.js src/words.txt"
},
"dependencies": {
"cli-progress": "3.11.2"
},
"devDependencies": {
"@arista/prettier-config": "1.1.4",
"@types/cli-progress": "3.11.0",
"@types/jest": "29.2.4",
"@types/node": "18.11.13",
"@types/undertaker": "1.2.8",
"@typescript-eslint/eslint-plugin": "5.46.0",
"@typescript-eslint/parser": "5.46.0",
"esbuild": "0.16.4",
"eslint": "8.29.0",
"eslint-config-arista-js": "2.0.3",
"eslint-config-arista-ts": "2.0.1",
"eslint-plugin-arista": "0.2.3",
"eslint-plugin-import": "2.26.0",
"jest": "29.3.1",
"jest-standard-reporter": "2.0.0",
"just-task": "1.7.0",
"prettier": "2.8.1",
"rimraf": "3.0.2",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"tslib": "2.4.1",
"typedoc": "0.23.22",
"typescript": "4.9.4"
}
}