21 lines
412 B
JSON
21 lines
412 B
JSON
{
|
|
"name": "@docsearch/js-example",
|
|
"description": "DocSearch.js sandbox",
|
|
"version": "1.0.0-alpha.28",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"build": "parcel build index.html",
|
|
"start": "parcel index.html"
|
|
},
|
|
"devDependencies": {
|
|
"parcel-bundler": "1.12.3"
|
|
},
|
|
"keywords": [
|
|
"algolia",
|
|
"docsearch",
|
|
"documentation",
|
|
"search"
|
|
]
|
|
}
|