diff --git a/package.json b/package.json index 499f82cd..ad23f1c0 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,23 @@ -{ +{ + "name": "dmx", "type": "module", + "version": "1.0.0", "scripts": { "test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js" }, "devDependencies": { "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0" - } + }, + "repository": { + "type": "git", + "url": "https://github.com/key4hep/dmx.git" + }, + "keywords": [ + "dmx", + "HEP", + "key4hep" + ], + "license": "BSD-2-Clause", + "homepage": "https://key4hep.github.io/dmx/" }