-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 896 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
28
29
30
31
32
33
34
35
{
"name": "cloudfront-short-url-redirect",
"version": "1.0.0",
"description": "URL forwarding CloudFront function",
"keywords": [
"aws",
"cloudfront",
"cloudfront function",
"handlebars",
"url forwarding"
],
"author": "Paul Foryt",
"license": "MIT",
"homepage": "https://github.com/pauly4it/cloudfront-short-url-redirect",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/pauly4it/cloudfront-short-url-redirect.git",
"https": "https://github.com/pauly4it/cloudfront-short-url-redirect.git"
},
"bugs": {
"url": "https://github.com/pauly4it/cloudfront-short-url-redirect/issues"
},
"private": false,
"main": "dist/url-forward-build.js",
"scripts": {
"lint": "eslint .",
"build": "node ./compile.js"
},
"dependencies": {
"handlebars": "^4.7.7"
},
"devDependencies": {
"eslint": "^8.11.0"
}
}