Spaces:
Sleeping
Sleeping
add "type": "module" to package.json for ES module support
Browse files- package.json +1 -0
package.json
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
"name": "glif-lora-autocaption",
|
3 |
"version": "1.0.0",
|
4 |
"description": "A tool to auto-caption images using the Glif API",
|
|
|
5 |
"main": "src/index.js",
|
6 |
"scripts": {
|
7 |
"start": "vite",
|
|
|
2 |
"name": "glif-lora-autocaption",
|
3 |
"version": "1.0.0",
|
4 |
"description": "A tool to auto-caption images using the Glif API",
|
5 |
+
"type": "module",
|
6 |
"main": "src/index.js",
|
7 |
"scripts": {
|
8 |
"start": "vite",
|