mirror of
https://github.com/cupcakearmy/svelte-cloudinary.git
synced 2024-12-22 16:06:25 +00:00
24 lines
501 B
JSON
24 lines
501 B
JSON
{
|
|
"name": "svelte-cloudinary",
|
|
"version": "0.2.2",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"dev": "tsc -w",
|
|
"build": "tsc",
|
|
"prepublishOnly": "rm -rf dist && yarn run build",
|
|
"docs": "typedoc --excludeNotExported --theme minimal --out docs src"
|
|
},
|
|
"devDependencies": {
|
|
"typedoc": "^0.19.2",
|
|
"typescript": "^4.0.5"
|
|
},
|
|
"dependencies": {
|
|
"cloudinary-core": "^2.11.3",
|
|
"lodash": "^4.17.20"
|
|
}
|
|
}
|