Skip to content

Commit d6db0b6

Browse files
Add Execution Context
Add metadata to the package manifest describing what systems are used and where.
1 parent eb7c9d0 commit d6db0b6

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

src/dataGateway/TypeScript/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@
1616
"bugs": {
1717
"url": "https://github.com/Software-Hardware-Integration-Lab/OpenAPI/issues"
1818
},
19+
"packageManager": "npm@11.6.2",
20+
"devEngines": {
21+
"runtime": {
22+
"name": "node",
23+
"version": ">=22.17.0",
24+
"onFail": "error"
25+
},
26+
"packageManager": {
27+
"name": "npm",
28+
"onFail": "error"
29+
}
30+
},
1931
"repository": {
2032
"type": "git",
2133
"url": "https://github.com/Software-Hardware-Integration-Lab/OpenAPI"

src/shield/TypeScript/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@
1616
"bugs": {
1717
"url": "https://github.com/Software-Hardware-Integration-Lab/OpenAPI/issues"
1818
},
19+
"packageManager": "npm@11.6.2",
20+
"devEngines": {
21+
"runtime": {
22+
"name": "node",
23+
"version": ">=22.17.0",
24+
"onFail": "error"
25+
},
26+
"packageManager": {
27+
"name": "npm",
28+
"onFail": "error"
29+
}
30+
},
1931
"repository": {
2032
"type": "git",
2133
"url": "git+https://github.com/Software-Hardware-Integration-Lab/OpenAPI.git"

src/urlShortener/TypeScript/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@
1616
"bugs": {
1717
"url": "https://github.com/Software-Hardware-Integration-Lab/OpenAPI/issues"
1818
},
19+
"packageManager": "npm@11.6.2",
20+
"devEngines": {
21+
"runtime": {
22+
"name": "node",
23+
"version": ">=22.17.0",
24+
"onFail": "error"
25+
},
26+
"packageManager": {
27+
"name": "npm",
28+
"onFail": "error"
29+
}
30+
},
1931
"repository": {
2032
"type": "git",
2133
"url": "git+https://github.com/Software-Hardware-Integration-Lab/OpenAPI.git"

0 commit comments

Comments
 (0)