begin-widgets
Version:
Easily embed powerful workflow building and running capabilities into your web applications with Lit-based web components. Includes HTML export for server-side PDF generation.
65 lines (64 loc) • 1.61 kB
JSON
{
"name": "begin-widgets",
"version": "2.7.1",
"description": "Easily embed powerful workflow building and running capabilities into your web applications with Lit-based web components. Includes HTML export for server-side PDF generation.",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && node scripts/build-html.js",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"workflow",
"forms",
"lit",
"web-components",
"builder",
"runner",
"typescript",
"html-export",
"pdf-generation",
"server-side"
],
"author": "Clay Grumieaux <claygrumeo@gmail.com>",
"license": "UNLICENSED",
"type": "module",
"main": "./dist/begin-widgets.umd.js",
"types": "./dist/lib.d.ts",
"exports": {
".": {
"types": "./dist/lib.d.ts",
"import": "./dist/begin-widgets.umd.js",
"require": "./dist/begin-widgets.umd.js"
},
"./types": {
"types": "./dist/api-types.d.ts"
}
},
"dependencies": {
"lit": "^3.3.0",
"signature_pad": "^5.0.10",
"uuid": "^11.1.0"
},
"devDependencies": {
"@types/uuid": "^10.0.0",
"typescript": "^5.8.3",
"vite": "^6.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/claygrumeo/begin-widgets.git"
},
"bugs": {
"url": "https://github.com/claygrumeo/begin-widgets/issues"
},
"homepage": "https://github.com/claygrumeo/begin-widgets#readme",
"files": [
"dist/*.js",
"dist/*.d.ts",
"README.md"
],
"publishConfig": {
"access": "public"
}
}