easy-combo-box
Version:
A simple and easy React combo box component
48 lines (47 loc) • 1.07 kB
JSON
{
"name": "easy-combo-box",
"version": "1.0.7",
"description": "A simple and easy React combo box component",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoaoAlavarse/easy-combo-box.git"
},
"keywords": [
"Combo",
"Box",
"ComboBox",
"React",
"Typescript"
],
"author": "Joao Alavarse",
"license": "ISC",
"bugs": {
"url": "https://github.com/JoaoAlavarse/easy-combo-box/issues"
},
"homepage": "https://github.com/JoaoAlavarse/easy-combo-box#readme",
"devDependencies": {
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
},
"peerDependencies": {
"react": ">=17.0.0 <20.0.0"
}
}