forked from theabbie/suggest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 834 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@getskye/suggest",
"version": "1.0.1",
"description": "Google, DuckDuckGo, Bing, and other autosuggestion APIs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getskye/suggest.git"
},
"keywords": [
"google",
"ddg",
"bing",
"autocomplete",
"autofill",
"autosuggest"
],
"author": "Innatical, LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/getskye/suggest/issues"
},
"homepage": "https://github.com/getskye/suggest#readme",
"dependencies": {
"axios": "^0.26.0",
"cheerio": "^1.0.0-rc.10"
},
"devDependencies": {
"@types/node": "^17.0.21",
"prettier": "^2.5.1",
"typescript": "^4.6.2"
}
}