@startpage/search
Version:
Provides a function to search the web
36 lines (35 loc) • 767 B
JSON
{
"name": "@startpage/search",
"version": "0.2.0",
"description": "Provides a function to search the web",
"keywords": [
"react",
"startpage",
"search"
],
"author": "PrettyCoffee <pretty-coffee@outlook.com>",
"homepage": "https://prettycoffee.github.io/startpage",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrettyCoffee/startpage.git"
},
"scripts": {
"build": "tsc"
},
"bugs": {
"url": "https://github.com/PrettyCoffee/startpage/issues"
},
"gitHead": "3affa41570bc7f675fec62f414bf3431bd6cd6e1"
}