UNPKG

@github/auto-complete-element

Version:

Auto-complete input values from server results

57 lines (56 loc) 1.87 kB
{ "name": "@github/auto-complete-element", "version": "3.8.0", "description": "Auto-complete input values from server results", "repository": "github/auto-complete-element", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "clean": "rm -rf dist/", "examples": "http-server -c-1 ./examples", "lint": "eslint . --ext .js,.ts && tsc --noEmit", "lint:fix": "npm run lint -- --fix", "prebuild": "npm run clean && npm run lint && mkdir dist", "bundle": "esbuild --bundle dist/index.js --keep-names --outfile=dist/bundle.js --format=esm", "build": "tsc && npm run bundle && npm run manifest", "prepublishOnly": "npm run build", "pretest": "npm run build; npx playwright install", "test": "web-test-runner", "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'", "manifest": "custom-elements-manifest analyze" }, "prettier": "@github/prettier-config", "keywords": [ "auto-complete" ], "license": "MIT", "files": [ "dist", "validator.js" ], "dependencies": { "@github/combobox-nav": "^2.1.7" }, "devDependencies": { "@custom-elements-manifest/analyzer": "^0.9.0", "@github/prettier-config": "^0.0.6", "@open-wc/testing": "^3.1.8", "@web/dev-server-esbuild": "^0.4.1", "@web/test-runner": "^0.19.0", "@web/test-runner-playwright": "^0.11.0", "axe-core": "^4.4.1", "esbuild": "^0.25.0", "eslint": "^8.39.0", "eslint-plugin-custom-elements": "^0.0.8", "eslint-plugin-github": "^4.7.0", "http-server": "^14.1.1", "karma-chai": "^0.1.0", "karma-mocha": "^2.0.1", "karma-mocha-reporter": "^2.2.5", "rollup-plugin-node-resolve": "^5.2.0", "typescript": "^5.2.2" }, "customElements": "custom-elements.json" }