{
    "name": "youtube-embed",
    "version": "1.0.0",
    "description": "This is the description of the plugin.",
    "strapi": {
        "name": "youtube-embed",
        "description": "Description of youtube-embed plugin",
        "kind": "plugin"
    },
    "dependencies": {
        "react": "17.0.1",
        "react-dom": "17.0.1",
        "@strapi/strapi": "4.5.3",
        "@strapi/icons": "1.4.0"
    },
    "devDependencies": {
        "typescript": "4.6.3"
    },
    "author": {
        "name": "A Strapi developer"
    },
    "maintainers": [
        {
            "name": "A Strapi developer"
        }
    ],
    "engines": {
        "node": ">=14.19.1 <=18.x.x",
        "npm": ">=6.0.0"
    },
    "scripts": {
        "develop": "tsc -w",
        "build": "tsc"
    },
    "license": "MIT"
}
