-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 970 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
32
{
"name": "jklm-bot",
"version": "0.0.0",
"author": "PoolOfDeath20",
"private": true,
"description": "Bot for JKLM",
"scripts": {
"start": "vite-node src",
"test": "vitest",
"typecheck": "tsc",
"format": "prettier --write src test",
"lint": "eslint src test & pnpm find-unused-exports & pnpm unimported"
},
"dependencies": {
"an-array-of-english-words": "^2.0.0",
"puppeteer": "^20.5.0"
},
"devDependencies": {
"@poolofdeath20/eslint-config": "^0.1.0",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"eslint": "^8.42.0",
"eslint-plugin-import": "^2.27.5",
"find-unused-exports": "^5.0.0",
"prettier": "^2.8.8",
"typescript": "^5.1.3",
"unimported": "^1.29.1",
"vite-node": "^0.32.0",
"vitest": "^0.32.0"
}
}