File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 22 "name" : " rerum_server_nodejs" ,
33 "type" : " module" ,
44 "version" : " 0.0.0" ,
5- "private " : true ,
5+ "main " : " ./app.js " ,
66 "description" : " Rerum API server for database access." ,
77 "keywords" : [
88 " rerum" ,
1818 "homepage" : " https://store.rerum.io" ,
1919 "license" : " UNLICENSED" ,
2020 "author" : " Research Computing Group <research.computing@slu.edu> (https://slu.edu)" ,
21- "repository" : " github:CenterForDigitalHumanities/rerum_server_nodejs" ,
21+ "repository" : {
22+ "type" : " git" ,
23+ "url" : " git+https://github.com/CenterForDigitalHumanities/rerum_server_nodejs.git"
24+ },
25+ "bugs" : {
26+ "url" : " https://github.com/CenterForDigitalHumanities/rerum_server_nodejs/issues"
27+ },
2228 "engines" : {
2329 "node" : " >=24.12.0" ,
2430 "npm" : " >=11.7.0"
2531 },
2632 "main" : " index.js" ,
2733 "scripts" : {
2834 "start" : " node ./bin/rerum_v1.js" ,
29- "test" : " jest" ,
30- "runtest" : " node --experimental-vm-modules node_modules/jest/bin/jest.js "
35+ "test" : " node --experimental-vm-modules node_modules/ jest/bin/jest.js " ,
36+ "runtest" : " npm test "
3137 },
3238 "dependencies" : {
3339 "cookie-parser" : " ~1.4.7" ,
You can’t perform that action at this time.
0 commit comments