UNPKG

pondpilot-widget

Version:

Transform static SQL code blocks into interactive snippets powered by DuckDB WASM

67 lines (66 loc) 1.74 kB
{ "name": "pondpilot-widget", "version": "1.1.0", "description": "Transform static SQL code blocks into interactive snippets powered by DuckDB WASM", "main": "dist/pondpilot-widget.min.js", "browser": "dist/pondpilot-widget.min.js", "module": "dist/pondpilot-widget.js", "types": "dist/pondpilot-widget.d.ts", "unpkg": "dist/pondpilot-widget.min.js", "jsdelivr": "dist/pondpilot-widget.min.js", "exports": { ".": { "import": "./dist/pondpilot-widget.js", "require": "./dist/pondpilot-widget.min.js", "script": "./dist/pondpilot-widget.min.js", "default": "./dist/pondpilot-widget.min.js" }, "./package.json": "./package.json" }, "sideEffects": true, "scripts": { "build": "node build.js", "dev": "python3 -m http.server 8000", "test": "echo \"No tests yet\" && exit 0", "prepublishOnly": "npm run build", "version": "npm run build && git add -A dist" }, "keywords": [ "sql", "duckdb", "interactive", "widget", "code-snippets", "wasm", "database", "analytics", "sql-editor", "browser", "no-backend", "embeddable" ], "author": "PondPilot", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/pondpilot/pondpilot-widget.git" }, "homepage": "https://github.com/pondpilot/pondpilot-widget#readme", "bugs": { "url": "https://github.com/pondpilot/pondpilot-widget/issues" }, "files": [ "dist/", "README.md", "LICENSE", "CHANGELOG.md" ], "engines": { "node": ">=14.0.0", "npm": ">=6.0.0" }, "devDependencies": { "terser": "^5.24.0" }, "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" }