-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.1 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
{
"name": "@ajhalili2006/api-servers",
"version": "0.0.0",
"description": "Monorepo of different Cloudflare Workers and Deno Deploy codebases",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deps:upgrade": "cd $INIT_CWD && yarn-upgrade-all",
"prettier:check": "prettier --check $INIT_CWD",
"prettier:fix": "prettier --write $INIT_CWD"
},
"workspaces": [
"packages/*",
"apps/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/andreijiroh-dev/api-servers.git"
},
"author": "Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/andreijiroh-dev/api-servers/issues"
},
"homepage": "https://github.com/andreijiroh-dev/api-servers#readme",
"packageManager": "yarn@4.3.1",
"devDependencies": {
"@cloudflare/workers-types": "^4.20240925.0",
"@types/node": "^22.7.4",
"@yarnpkg/sdks": "^3.2.0",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"wrangler": "^3.79.0",
"yarn-upgrade-all": "^0.7.4"
}
}