{
    "name": "@record-evolution/widget-embed",
    "description": "REWidget widget-embed",
    "license": "MIT",
    "author": "widget-embed",
    "version": "1.0.7",
    "engines": {
        "node": ">=24.9.0",
        "npm": ">=10.0.2"
    },
    "type": "module",
    "main": "dist/widget-embed.js",
    "types": "dist/src/widget-embed.d.ts",
    "files": [
        "dist",
        "src",
        "thumbnail.png"
    ],
    "scripts": {
        "analyze": "cem analyze --litelement",
        "start": "vite",
        "build": "vite build",
        "link": "npm link && cd ../RESWARM/frontend && npm link @record-evolution/widget-embed",
        "unlink": "npm unlink --global && cd ../RESWARM/frontend && npm unlink @record-evolution/widget-embed && npm i @record-evolution/widget-embed",
        "types": "cat src/definition-schema.json | json2ts > src/definition-schema.d.ts",
        "release": "npm run build && npm run types && npm version patch --tag-version-prefix='' && git push && git push --tag && npm run build"
    },
    "dependencies": {
        "lit": "^3.3.1"
    },
    "devDependencies": {
        "@custom-elements-manifest/analyzer": "^0.10.6",
        "@rollup/plugin-babel": "^6.0.4",
        "@rollup/plugin-commonjs": "^28.0.6",
        "@rollup/plugin-node-resolve": "^16.0.1",
        "@rollup/plugin-replace": "^6.0.2",
        "@rollup/plugin-typescript": "^12.1.4",
        "@typescript-eslint/eslint-plugin": "^8.44.1",
        "@typescript-eslint/parser": "^8.44.1",
        "@web/dev-server": "^0.4.6",
        "concurrently": "^9.2.1",
        "deepmerge": "^4.3.1",
        "es-dev-server": "^2.1.0",
        "eslint": "^9.36.0",
        "eslint-config-prettier": "^10.1.8",
        "husky": "^9.1.7",
        "json-schema-to-typescript": "^15.0.4",
        "lint-staged": "^16.2.0",
        "prettier": "^3.6.2",
        "rimraf": "^6.0.1",
        "rollup": "^4.52.2",
        "tslib": "^2.8.1",
        "typescript": "^5.9.2",
        "vite": "^7.3.1"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/RecordEvolution/widget-embed.git"
    },
    "keywords": [
        "widget",
        "value"
    ],
    "bugs": {
        "url": "https://github.com/RecordEvolution/widget-embed/issues"
    },
    "homepage": "https://github.com/RecordEvolution/widget-embed#readme"
}
