-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.36 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.36 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "snoop",
"private": true,
"version": "0.1.0",
"description": "[S]earch & [N]avigate [O]ffers [O]n [P]latform",
"author": "orangecoding (original project), code-by-fh (downstream fork)",
"keywords": [
"snoop",
"flat",
"flatfinder",
"fredy",
"real estates",
"germany",
"apartment",
"house",
"rent",
"immoscout",
"scraper",
"immonet",
"immowelt",
"immobilienscout24",
"self-hosted",
"open-source",
"free",
"rental",
"flats",
"houses",
"apartments",
"rentals",
"flats for rent",
"houses for rent",
"apartments for rent",
"rentals for rent",
"flats for sale",
"houses for sale",
"apartments for sale",
"rentals for sale"
],
"bugs": {
"url": "https://github.com/code-by-fh/snoop/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/code-by-fh/snoop.git"
},
"homepage": "https://github.com/code-by-fh/snoop#readme",
"scripts": {
"start": "concurrently -k -n BACKEND,FRONTEND -c cyan,green \"npm --prefix server run start\" \"npm --prefix client run start\"",
"dev": "concurrently -k -n BACKEND,FRONTEND -c cyan,green \"npm --prefix server run dev\" \"npm --prefix client run dev\""
},
"devDependencies": {
"concurrently": "^9.2.0"
},
"engines": {
"node": ">=20"
}
}