-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.34 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
45
46
47
48
49
50
51
52
{
"name": "823chan",
"version": "0.0.0",
"private": true,
"repository": "https://github.com/ikuradon/823chan.git",
"license": "MIT",
"author": "ikuradon",
"type": "module",
"main": "src/app.ts",
"scripts": {
"dev": "tsx src/app.ts",
"build": "tsc -p tsconfig.json && tsc-alias -p tsconfig.json",
"start": "dist/app.js",
"typecheck": "tsc -p tsconfig.json --noEmit",
"lint": "eslint --ext .ts src"
},
"dependencies": {
"@sentry/node": "^8.42.0",
"axios": "^1.7.9",
"chrono-node": "^2.7.7",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"form-data": "^4.0.1",
"ioredis": "^5.4.1",
"meilisearch": "^0.46.0",
"node-cron": "^3.0.3",
"node-emoji": "^2.2.0",
"nostr-tools": "^1.17.0",
"staticmaps": "^1.13.1"
},
"devDependencies": {
"@api-types/jma-bosai": "^0.1.0",
"@eslint/js": "^9.16.0",
"@types/node": "^22.10.1",
"@types/node-cron": "^3.0.11",
"@types/staticmaps": "^1.12.5",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.13.0",
"prettier": "^3.4.2",
"tsc-alias": "^1.8.10",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0"
},
"packageManager": "pnpm@9.14.4",
"engines": {
"node": ">=22"
}
}