50 строки
1.3 KiB
JSON
50 строки
1.3 KiB
JSON
{
|
|
"name": "@github/auto-complete-element",
|
|
"version": "3.0.1",
|
|
"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",
|
|
"lint": "github-lint",
|
|
"prebuild": "npm run clean && npm run lint && tsc",
|
|
"build": "rollup -c",
|
|
"pretest": "npm run build",
|
|
"test": "karma start test/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"
|
|
],
|
|
"dependencies": {
|
|
"@github/combobox-nav": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@github/prettier-config": "0.0.4",
|
|
"chai": "^4.2.0",
|
|
"eslint": "^6.6.0",
|
|
"eslint-plugin-github": "^3.4.0",
|
|
"karma": "^5.0.4",
|
|
"karma-chai": "^0.1.0",
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-mocha-reporter": "^2.2.5",
|
|
"mocha": "^7.1.2",
|
|
"rollup": "^2.12.0",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"typescript": "^3.9.3"
|
|
},
|
|
"eslintIgnore": [
|
|
"dist/"
|
|
]
|
|
}
|