Skip to content

Commit

Permalink
add details in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliorivas committed May 17, 2024
1 parent 86cd4cd commit 6d111f5
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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/"
}

0 comments on commit 6d111f5

Please sign in to comment.