-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 846 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 846 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
{
"name": "fujocoded-contributors",
"version": "0.0.1",
"description": "People who contribute to FujoCoded's Web Endeavors",
"homepage": "https://github.com/FujoWebDev/contributors#readme",
"bugs": {
"url": "https://github.com/FujoWebDev/contributors/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FujoWebDev/contributors.git"
},
"license": "MIT",
"author": "FujoCoded LLC",
"type": "module",
"main": "code/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"check": "tsx code/check.ts --watch"
},
"dependencies": {
"@fujocoded/zod-transform-socials": "^0.0.12",
"jiti": "^2.6.1",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^24.7.2",
"astro": "^5.15.5",
"tsx": "^4.20.6",
"yaml": "^2.8.1"
}
}