-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
56 lines (56 loc) · 1.43 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
53
54
55
56
{
"name": "farcaster-frames-template",
"version": "1.0.0-alpha.27",
"type": "module",
"keywords": [
"farcaster",
"frames",
"template"
],
"author": "Milad Nekofar <[email protected]>",
"license": "Apache-2.0",
"scripts": {
"dev": "pnpm run '/^dev:.*/'",
"dev:server": "tsx watch src/index.ts",
"dev:tunnel": "lt --port 3000",
"lint": "eslint",
"build": "tsc",
"start": "node dist/index.js"
},
"dependencies": {
"@hono/node-server": "1.13.7",
"hono": "4.6.15"
},
"devDependencies": {
"@types/eslint": "9.6.1",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "22.10.2",
"@typescript-eslint/parser": "8.18.2",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsdoc": "50.6.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-regexp": "2.7.0",
"eslint-plugin-unicorn": "56.0.1",
"globals": "15.14.0",
"localtunnel": "2.0.2",
"prettier": "3.4.2",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "4.1.0",
"tsx": "4.19.2",
"typescript": "5.7.2",
"typescript-eslint": "8.18.2"
},
"resolutions": {
"axios": ">=1.6.0",
"hono": ">=4.2.7",
"@eslint/plugin-kit": ">=0.2.3",
"@hono/node-server": ">=1.10.1"
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
},
"packageManager": "[email protected]"
}