Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "rerum_server_nodejs",
"type": "module",
"version": "0.0.0",
"main": "./app.js",
"description": "Rerum API server for database access.",
"version": "1.0.0",
"main": "index.js",
"description": "Rerum API v1 server for storing and querying JSON-LD objects, annotations, and IIIF data.",
"bin": {
"rerum_server_nodejs": "./bin/rerum_v1.js"
},
"keywords": [
"rerum",
"api",
"jsonld",
"annotation",
"iiif",
"repository",
Expand All @@ -16,7 +21,7 @@
"mongodb"
],
"homepage": "https://store.rerum.io",
"license": "UNLICENSED",
"license": "MIT",
"author": "Research Computing Group <research.computing@slu.edu> (https://slu.edu)",
"repository": {
"type": "git",
Expand All @@ -29,7 +34,6 @@
"node": ">=24.12.0",
"npm": ">=11.7.0"
},
"main": "index.js",
"scripts": {
"start": "node ./bin/rerum_v1.js",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
Expand Down
Loading