UNPKG

@flexilla/dismissible

Version:

A lightweight JavaScript component that automatically makes a component dismissible for easy user interaction.

61 lines (60 loc) 1.35 kB
{ "name": "@flexilla/dismissible", "version": "2.0.16", "private": false, "type": "module", "sideEffects": false, "description": "A lightweight JavaScript component that automatically makes a component dismissible for easy user interaction.", "publishConfig": { "access": "public" }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsdown", "clean": "rm -rf dist", "dev": "tsdown --watch", "typecheck": "tsc --noEmit -p ../../tsconfig.json" }, "dependencies": { "@flexilla/manager": "0.2.3", "@flexilla/utilities": "2.5.4" }, "devDependencies": { "typescript": "5.9.3" }, "keywords": [ "dismissible", "remove-element", "js", "ts", "component", "interactive", "intercative component", "flexilla" ], "homepage": "", "repository": { "type": "git", "url": "https://github.com/unoforge/flexilla" }, "bugs": { "url": "https://github.com/unoforge/flexilla/issues" }, "license": "MIT", "author": "johnkat-mj", "gitHead": "b642d6db4a3bb9d7d8193c4374b3d2fecbe6ed2e" }