-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
41
42
43
44
{
"name": "zseis-news",
"version": "1.0.0",
"description": "🏫 Fetch news from zseis.zgora.pl and distribute them!",
"main": "dist/src/main.js",
"scripts": {
"start": "npm run build && node dist/src/main.js",
"test": "jest",
"build": "npx tsc",
"dev": "npx tsc --watch",
"prepare": "npx husky install",
"typecheck": "tsc --noEmit",
"lint": "npx ts-standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/konhi/zseis-news.git"
},
"author": "konhi",
"license": "MIT",
"bugs": {
"url": "https://github.com/konhi/zseis-news/issues"
},
"homepage": "https://github.com/konhi/zseis-news#readme",
"dependencies": {
"discord.js": "^13.1.0",
"dotenv": "^10.0.0",
"jsdom": "^17.0.0",
"md5": "^2.3.0",
"node-html-markdown": "^1.1.2"
},
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/jsdom": "^16.2.13",
"@types/md5": "^2.3.1",
"husky": "^7.0.2",
"jest": "^27.2.0",
"lint-staged": "^11.1.2",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"ts-standard": "^10.0.0",
"typescript": "^4.4.3"
}
}