File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 10
10
** /functions /* .js.map
11
11
.wrangler /*
12
12
** /coverage
13
+ .yarn
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " turborepo-remote-cache-cf" ,
3
- "version" : " 0.0.0" ,
3
+ "description" : " An implementation of the turborepo-remote-cache server custom made for Cloudflare Workers" ,
4
+ "keywords" : [
5
+ " serverless" ,
6
+ " remote-caching" ,
7
+ " cloudflare-workers" ,
8
+ " vercel" ,
9
+ " turborepo" ,
10
+ " cloudflare-r2"
11
+ ],
12
+ "version" : " 1.0.0" ,
13
+ "author" : {
14
+ "email" : " adiswa123@gmail.com" ,
15
+ "name" : " Adishwar Rishi" ,
16
+ "url" : " https://github.com/AdiRishi"
17
+ },
18
+ "homepage" : " https://github.com/AdiRishi/turborepo-remote-cache-cloudflare" ,
19
+ "repository" : {
20
+ "type" : " git" ,
21
+ "url" : " https://github.com/AdiRishi/turborepo-remote-cache-cloudflare.git"
22
+ },
23
+ "bugs" : {
24
+ "url" : " https://github.com/AdiRishi/turborepo-remote-cache-cloudflare/issues"
25
+ },
26
+ "license" : " MIT" ,
27
+ "readme" : " README.md" ,
4
28
"type" : " module" ,
5
29
"devDependencies" : {
6
30
"@cloudflare/workers-types" : " ^4.20230518.0" ,
You can’t perform that action at this time.
0 commit comments