mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
44 lines
917 B
JSON
Executable File
44 lines
917 B
JSON
Executable File
{
|
|
"name": "Fredy",
|
|
"version": "1.2.1",
|
|
"description": "[F]ind [R]eal [E]states [d]amn eas[y].",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"format": "prettier --write lib/**/*.js test/**/*.js *.js --single-quote --print-width 120",
|
|
"test": "mocha --timeout 12000"
|
|
},
|
|
"main": "index.js",
|
|
"author": "Christian Kellner",
|
|
"keywords": [
|
|
"flat",
|
|
"flatfinder",
|
|
"fredy",
|
|
"real estates",
|
|
"germany",
|
|
"apartment",
|
|
"house",
|
|
"rent",
|
|
"immoscout",
|
|
"immonet",
|
|
"immowelt",
|
|
"immobilienscout24"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/orangecoding/fredy/issues"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lowdb": "1.0.0",
|
|
"request-x-ray": "0.1.4",
|
|
"slack": "11.0.2",
|
|
"tg-yarl": "1.3.0",
|
|
"x-ray": "2.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "7.0.1",
|
|
"prettier": "1.19.1",
|
|
"proxyquire": "1.8.0",
|
|
"chai": "4.2.0"
|
|
}
|
|
}
|