mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 12:09:31 +08:00
41 lines
990 B
Text
41 lines
990 B
Text
{
|
|
"name": "svelte-search",
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"description": "Customizable search input component for Svelte",
|
|
"author": "Eric Liu (https://github.com/metonym)",
|
|
"svelte": "./src/index.js",
|
|
"main": "./lib/index.js",
|
|
"module": "./lib/index.mjs",
|
|
"types": "./types/index.d.ts",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"dev": "rollup -cw",
|
|
"predeploy": "rollup -c",
|
|
"deploy": "npx gh-pages -d dist",
|
|
"prepack": "BUNDLE=true rollup -c",
|
|
"test": "svelte-check"
|
|
},
|
|
"devDependencies": {
|
|
"svelte": "^3.35.0",
|
|
"svelte-check": "^1.2.4",
|
|
"svelte-readme": "^3.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/metonym/svelte-search.git"
|
|
},
|
|
"homepage": "https://github.com/metonym/svelte-search",
|
|
"bugs": "https://github.com/metonym/svelte-search/issues",
|
|
"keywords": [
|
|
"svelte",
|
|
"svelte component",
|
|
"search",
|
|
"debounce"
|
|
],
|
|
"files": [
|
|
"lib",
|
|
"src",
|
|
"types"
|
|
]
|
|
}
|