Files
fredy/package.json

44 lines
925 B
JSON
Raw Normal View History

2018-01-20 20:23:27 +01:00
{
"name": "Fredy",
"version": "1.2.0",
2018-01-20 20:23:27 +01:00
"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 8000"
},
"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": {
2019-03-16 13:01:35 +01:00
"chai": "^4.2.0",
2018-01-20 20:23:27 +01:00
"lowdb": "^1.0.0",
"request-x-ray": "^0.1.4",
"slack": "^10.1.1",
"tg-yarl": "^1.3.0",
2019-03-16 13:01:35 +01:00
"x-ray": "^2.3.3"
2018-01-20 20:23:27 +01:00
},
"devDependencies": {
"mocha": "^6.1.4",
"prettier": "^1.18.2",
2018-01-20 20:23:27 +01:00
"proxyquire": "^1.8.0"
}
}