-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.28 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.28 KB
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
57
58
59
{
"name": "curlconverter-net",
"version": "1.0.0",
"description": "Convert cURL commands to code in 14+ programming languages - Fast, secure, browser-based",
"type": "module",
"keywords": [
"curl",
"converter",
"http",
"api",
"code-generator",
"python",
"javascript",
"nodejs",
"go",
"php",
"java",
"csharp",
"rust",
"swift",
"astro"
],
"homepage": "https://curlconverter.net",
"repository": {
"type": "git",
"url": "https://github.com/requestbin/curlconverter.git"
},
"bugs": {
"url": "https://github.com/requestbin/curlconverter/issues"
},
"license": "MIT",
"author": "RequestBin Team",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"clean": "rm -rf .astro .vercel dist node_modules"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/react": "^3.6.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.7.0",
"astro": "^4.15.0",
"clsx": "^2.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
}
}