-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 791 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 791 Bytes
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
{
"name": "realestateapi-docs",
"version": "1.0.0",
"description": "Official documentation for RealEstateAPI - Comprehensive real estate data API",
"keywords": [
"real estate",
"property data",
"MLS",
"property valuation",
"AVM",
"skip trace",
"demographics",
"API",
"documentation"
],
"homepage": "https://developer.realestateapi.com",
"repository": {
"type": "git",
"url": "https://github.com/realestateapi/docs.git"
},
"license": "MIT",
"author": {
"name": "RealEstateAPI",
"email": "support@realestateapi.com",
"url": "https://www.realestateapi.com"
},
"scripts": {
"test": "echo \"Documentation repository - no tests required\""
},
"devDependencies": {},
"engines": {
"node": ">=14.0.0"
}
}