@hashuplabs/omni-filter
Version:
OmniFilter Search component
51 lines (50 loc) • 1.24 kB
JSON
{
"name": "@hashuplabs/omni-filter",
"version": "0.0.4",
"description": "OmniFilter Search component",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.tsx\"",
"lint": "tslint -p tsconfig.json"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/react": ">=17.0.5",
"@types/react-dom": ">=17.0.4",
"@types/styled-components": "^5.1.9",
"jest": "^27.5.1",
"prettier": "^2.5.1",
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"ts-jest": "^27.1.3",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.6.2"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"styled-components": ">=5.3.0"
},
"files": [
"/dist",
"package.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/HashupLabs/omni-filter.git"
},
"keywords": [
"Omni",
"search",
"filter",
"react"
],
"author": "Jonathan Taylor <jtaylor@vrcnetwork.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/HashupLabs/omni-filter/issues"
},
"homepage": "https://github.com/HashupLabs/omni-filter#readme"
}