generated from nekofar/farcaster-frames-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.39 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
{
"name": "lilnouns-frames",
"version": "1.0.0-alpha.15",
"keywords": [
"farcaster",
"frames",
"template"
],
"author": "Milad Nekofar <milad@nekofar.com>",
"license": "Apache-2.0",
"scripts": {
"dev": "pnpm run '/^dev:.*/'",
"dev:server": "wrangler dev src/index.ts",
"dev:tunnel": "lt --port 8787",
"lint": "eslint . --ext .ts,.tsx",
"deploy": "wrangler deploy --minify src/index.ts"
},
"dependencies": {
"@cloudinary/url-gen": "1.21.0",
"hono": "4.6.13"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20241205.0",
"@types/eslint": "9.6.1",
"@types/eslint-config-prettier": "6.11.3",
"@types/localtunnel": "2.0.4",
"@types/node": "22.10.1",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-unicorn": "56.0.1",
"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",
"wrangler": "3.95.0"
},
"resolutions": {
"axios": ">=1.7.4",
"cookie": ">=0.7.0",
"hono": ">=4.6.5",
"undici": ">=6.19.2"
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
}
}