-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 815 Bytes
/
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
{
"name": "s3-cloudflare-policy-writer",
"version": "0.0.1",
"description": "CloudFormation templates to manage an IAM policy for S3 access by way of a Cloudflare IP range whitelist",
"private": true,
"main": "index.mjs",
"scripts": {
"build": "node index.mjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EvanK/s3-cloudflare-policy-writer.git"
},
"author": "Evan S Kaufman <[email protected]> (https://evanskaufman.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/EvanK/s3-cloudflare-policy-writer/issues"
},
"homepage": "https://github.com/EvanK/s3-cloudflare-policy-writer#readme",
"dependencies": {
"terser": "^5.28.1"
},
"engines": {
"node": ">=20"
}
}