UNPKG

@azury/widget

Version:

📑 A beautifully crafted widget for Azury

43 lines (42 loc) • 1.25 kB
{ "name": "@azury/widget", "version": "1.5.11", "description": "📑 A beautifully crafted widget for Azury", "browser": "dist/index.js", "types": "types/index.d.ts", "exports": "./dist/index.js", "scripts": { "types": "tsc -w", "build": "packu --css --esm -i src/index.ts -o dist/index.js", "watch": "packu --css --esm --w -i src/index.ts -o dist/index.js", "publish:patch": "npm run build && npm version patch && npm publish", "publish:minor": "npm run build && npm version minor && npm publish", "publish:major": "npm run build && npm version major && npm publish" }, "funding": { "type": "individual", "url": "https://ko-fi.com/azury" }, "repository": { "type": "git", "url": "git+https://github.com/azurydev/widget.git" }, "keywords": [ "widget", "minimalistic", "azury", "easy-to-use", "browser" ], "author": "Azury <hello@azury.dev> (https://azury.dev)", "license": "Apache-2.0", "bugs": { "url": "https://github.com/azurydev/widget/issues" }, "homepage": "https://github.com/azurydev/widget#readme", "devDependencies": { "packu": "^2.1.0", "typescript": "^4.5.5" }, "type": "module" }