UNPKG

svelte-tags-input

Version:

Fully customizable Svelte component to enter tags.

42 lines (41 loc) 983 B
{ "name": "svelte-tags-input", "version": "6.0.2", "description": "Fully customizable Svelte component to enter tags.", "main": "dist/index.js", "module": "dist/index.mjs", "svelte": "src/Tags.svelte", "exports": { ".": { "svelte": "src/Tags.svelte" } }, "scripts": { "build": "rollup -c", "prepare": "npm run build", "dev": "rollup -c -w" }, "keywords": [ "svelte", "tags", "input" ], "repository": { "type": "git", "url": "https://github.com/agustinl/svelte-tags-input" }, "author": "Agustin Lautaro <aencaje@gmail.com>", "license": "MIT", "devDependencies": { "@rollup/plugin-commonjs": "^18.0.0", "rollup": "^2.45.2", "rollup-plugin-css-only": "^3.1.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-svelte": "^7.1.0", "svelte": "^3.37.0" }, "homepage": "https://svelte-tags-input.vercel.app/", "bugs": { "url": "https://github.com/agustinl/svelte-tags-input/issues" } }