pboProperty Ontology
json24 lines623 B
RawDownload
1{
2 "name": "property-ontology-explorer",
3 "version": "1.0.0",
4 "description": "Repo file explorer and document host for the Property Investment, Accommodation and Operations Ontology (pbo)",
5 "private": true,
6 "type": "commonjs",
7 "main": "server.js",
8 "engines": {
9 "node": ">=20"
10 },
11 "scripts": {
12 "start": "node server.js",
13 "dev": "node --watch server.js"
14 },
15 "dependencies": {
16 "compression": "^1.7.5",
17 "express": "^4.21.2",
18 "highlight.js": "^11.11.1",
19 "marked": "^15.0.7",
20 "marked-gfm-heading-id": "^4.1.1",
21 "marked-highlight": "^2.2.1",
22 "mime-types": "^2.1.35"
23 }
24}