This commit is contained in:
cupcakearmy 2020-11-08 11:20:58 +01:00
commit b43293b6bd
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "svelte-cloudinary",
"version": "0.1.1",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"devDependencies": {
"typescript": "^4.0.5"
},
"dependencies": {
"cloudinary-core": "^2.11.3",
"lodash": "^4.17.20"
}
}