@autocomplete/core
Version:
Autocomplete core lib
32 lines (31 loc) • 694 B
JSON
{
"name": "@autocomplete/core",
"scope": "@autocomplete",
"version": "0.0.17",
"description": "Autocomplete core lib",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"test": "jest",
"release": "npm publish && npm version patch"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/autocomplete-ui/autocomplete"
},
"keywords": [
"autocomplete",
"react",
"material-ui"
],
"author": "Moshe Kabala",
"license": "MIT",
"dependencies": {
"@storex/core": "^1.1.10"
},
"gitHead": "ba04f15641f0e332f7f7418b1923999532aa079c"
}