-
Notifications
You must be signed in to change notification settings - Fork 209
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
{
"name": "@miniflare/r2",
"version": "2.14.4",
"description": "Workers R2 module for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers",
"keywords": [
"cloudflare",
"workers",
"worker",
"local",
"cloudworker"
],
"author": "CraigglesO <craiggles@s2maps.io>",
"license": "MIT",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"files": [
"dist/src"
],
"engines": {
"node": ">=16.13"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cloudflare/miniflare.git",
"directory": "packages/r2"
},
"bugs": {
"url": "https://github.com/cloudflare/miniflare/issues"
},
"homepage": "https://github.com/cloudflare/miniflare/tree/master/packages/r2#readme",
"volta": {
"extends": "../../package.json"
},
"dependencies": {
"@miniflare/core": "2.14.4",
"@miniflare/shared": "2.14.4",
"undici": "5.28.4"
},
"devDependencies": {
"@miniflare/shared-test": "2.14.4"
}
}