-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
{
"name": "svelte-image-preprocessor-cloudinary",
"version": "0.0.3",
"description": "Image preprocessor for Svelte to use cloudinary remote images",
"main": "src/index.js",
"type": "module",
"scripts": {
"release": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/matiasfha/svelte-image-preprocessing-clodinary.git"
},
"bugs": {
"url": "https://github.com/matiasfha/svelte-image-preprocessing-clodinary/issues"
},
"keywords": [
"svelte",
"cloudinary",
"image",
"processing",
"preprocessor"
],
"author": "Matias Hernandez <[email protected]> (https://matiashernandez.dev/)",
"license": "MIT",
"files": [
"src/index.js"
],
"dependencies": {
"cloudinary": "1.30.0",
"dotenv": "16.0.1",
"svelte": "3.48.0",
"svelte-preprocess": "4.10.7"
},
"devDependencies": {
"@types/estree": "0.0.52",
"eslint": "8.19.0",
"eslint-config-prettier": "8.5.0",
"estree-walker": "3.0.1",
"prettier": "2.7.1",
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}