startpage-engine/package.json
2022-02-03 21:38:54 -05:00

32 lines
760 B
JSON

{
"name": "startpage-engine",
"version": "1.0.0",
"description": "API for information that may be useful for startpage devs.",
"main": "server.js",
"scripts": {
"test": "node test-scrapers.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tacohitbox/startpage-engine.git"
},
"keywords": [
"api",
"startpages",
"startpage-apis"
],
"author": "tacohitbox",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/tacohitbox/startpage-engine/issues"
},
"homepage": "https://github.com/tacohitbox/startpage-engine#readme",
"dependencies": {
"axios": "^0.25.0",
"cheerio": "^1.0.0-rc.10",
"cors": "^2.8.5",
"express": "^4.17.2"
}
}