53 строки
1.6 KiB
JSON
53 строки
1.6 KiB
JSON
{
|
|
"name": "@github/auto-complete-element",
|
|
"version": "3.2.2",
|
|
"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",
|
|
"example": "http-server -c-1 ./examples",
|
|
"preexample": "mkdir -p ./examples/dist && npm run build && cp ./dist/bundle.js ./examples/dist/bundle.js",
|
|
"lint": "eslint . --ext .ts,.js && tsc --noEmit",
|
|
"prebuild": "npm run clean && npm run lint",
|
|
"build": "tsc && rollup -c",
|
|
"pretest": "npm run build",
|
|
"test": "karma start karma.config.cjs",
|
|
"prepublishOnly": "npm run build",
|
|
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
|
|
},
|
|
"prettier": "@github/prettier-config",
|
|
"keywords": [
|
|
"auto-complete"
|
|
],
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist",
|
|
"validator.js"
|
|
],
|
|
"dependencies": {
|
|
"@github/combobox-nav": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@github/prettier-config": "0.0.4",
|
|
"axe-core": "^4.4.1",
|
|
"chai": "^4.3.6",
|
|
"eslint": "^8.9.0",
|
|
"eslint-plugin-custom-elements": "^0.0.4",
|
|
"eslint-plugin-github": "^4.3.5",
|
|
"http-server": "^14.1.0",
|
|
"karma": "^6.3.16",
|
|
"karma-chai": "^0.1.0",
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-mocha-reporter": "^2.2.5",
|
|
"mocha": "^9.2.1",
|
|
"rollup": "^2.68.0",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"typescript": "^4.5.5"
|
|
}
|
|
}
|