fill-autocomplete
Version:
Autofill native autocomplete inputs with ease
41 lines (40 loc) • 914 B
JSON
{
"name": "fill-autocomplete",
"private": false,
"version": "0.0.2",
"description": "Autofill native autocomplete inputs with ease",
"repository": {
"type": "git",
"url": "https://github.com/JSHSJ/fill-autocomplete.git"
},
"files": [
"dist"
],
"main": "./dist/fill-autocomplete.umd.cjs",
"module": "./dist/fill-autocomplete.js",
"types": "./dist/fill-autocomplete.d.ts",
"type": "module",
"exports": {
".": {
"import": "./dist/fill-autocomplete.js",
"require": "./dist/fill-autocomplete.umd.cjs"
}
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build && tsc --project tsconfig.types.json",
"preview": "vite preview"
},
"devDependencies": {
"rome": "12.0.0",
"typescript": "^5.0.3",
"vite": "^4.2.0"
},
"keywords": [
"JS",
"Autocomplete",
"Autofill"
],
"author": "JSHSJ",
"license": "ISC"
}