Skip to content

Commit 73051d1

Browse files
Add Execution Context
Add metadata to the package manifest describing what systems are used and where. Remove engine statement since this could run in a browser.
1 parent 4b6f2d9 commit 73051d1

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@
2828
"SID",
2929
"GUID"
3030
],
31+
"packageManager": "[email protected]",
32+
"devEngines": {
33+
"runtime": {
34+
"name": "node",
35+
"version": ">=22.17.0",
36+
"onFail": "error"
37+
},
38+
"packageManager": {
39+
"name": "npm",
40+
"onFail": "error"
41+
}
42+
},
3143
"repository": {
3244
"type": "git",
3345
"url": "https://github.com/Software-Hardware-Integration-Lab/ObjectID-Converter",
@@ -36,9 +48,6 @@
3648
"bugs": {
3749
"url": "https://github.com/Software-Hardware-Integration-Lab/ObjectID-Converter/issues"
3850
},
39-
"engines": {
40-
"node": ">=22.0.0"
41-
},
4251
"author": "Elliot Huffman <[email protected]>",
4352
"license": "MIT",
4453
"dependencies": {

0 commit comments

Comments
 (0)