Skip to content

Commit 1407d40

Browse files
authored
Merge pull request #39 from oss-slu/clean-package
Clean package.json for npm publishing
2 parents fa606c2 + 4a1c947 commit 1407d40

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",
@@ -18,16 +18,22 @@
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",

0 commit comments

Comments
 (0)