forked from key4hep/eede
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 921 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "eede",
"type": "module",
"version": "1.2.1",
"scripts": {
"serve": "node ./bin/serve.js",
"convert-model": "node ./bin/convert-yaml.cjs",
"download-model": "node ./bin/download-yaml.cjs",
"update-model": "npm run download-model && npm run convert-model",
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js"
},
"devDependencies": {
"@eslint/css": "^0.10.0",
"@eslint/js": "^9.32.0",
"@eslint/json": "^0.13.1",
"eslint": "^9.32.0",
"express": "^5.1.0",
"globals": "^16.3.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/key4hep/eede.git"
},
"keywords": [
"eede",
"EDM4hep",
"HEP",
"Key4hep"
],
"license": "BSD-2-Clause",
"homepage": "https://key4hep.github.io/eede/",
"dependencies": {
"js-yaml": "^4.1.0"
}
}