-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 991 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 991 Bytes
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
{
"name": "skland-daily-attendance",
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@11.1.3",
"description": "森空岛每日签到",
"license": "MIT",
"scripts": {
"build": "nitro build",
"dev": "nitro dev",
"preview": "node .output/server/index.mjs",
"action": "node scripts/action.mjs",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@upstash/redis": "catalog:lib",
"aws4fetch": "catalog:lib",
"ioredis": "catalog:lib",
"skland-kit": "catalog:lib",
"statocysts": "catalog:lib",
"unctx": "catalog:lib",
"unstorage": "catalog:lib"
},
"devDependencies": {
"@actions/core": "catalog:dev",
"@antfu/eslint-config": "catalog:dev",
"@types/node": "catalog:types",
"eslint": "catalog:dev",
"nitro": "catalog:dev",
"rolldown": "catalog:build",
"typescript": "catalog:dev",
"wait-on": "catalog:dev",
"wrangler": "catalog:dev"
}
}