Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 83127b5

Browse files
committed
fix: sematic release
1 parent 7ef57da commit 83127b5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "imgproxy",
3+
"version": "1.0.2",
4+
"description": "Supabase ImgProxy fork",
5+
"main": "index.js",
6+
"directories": {
7+
"doc": "docs",
8+
"example": "examples"
9+
},
10+
"scripts": {
11+
"test": "echo \"Error: no test specified\" && exit 1"
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/supabase/imgproxy.git"
16+
},
17+
"author": "Storage Team",
18+
"license": "MIT",
19+
"bugs": {
20+
"url": "https://github.com/supabase/imgproxy/issues"
21+
},
22+
"homepage": "https://github.com/supabase/imgproxy#readme"
23+
}

0 commit comments

Comments
 (0)