forked from em-foundation/emscript-content
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (19 loc) · 862 Bytes
/
package.json
File metadata and controls
20 lines (19 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"devDependencies": {
"@types/node": "^22.10.1",
"tsx": "^4.19.3",
"typescript": "^5.7.2"
},
"dependencies": {
"@types/js-yaml": "^4.0.9",
"@types/sprintf-js": "^1.1.4",
"@types/xml2js": "^0.4.14",
"js-yaml": "^4.1.0",
"sprintf-js": "^1.1.3",
"xml2js": "^0.6.2",
"emscript-cli": "https://github.com/em-foundation/npm-packages/releases/download/resources/emscript-cli-26.2.0.202601281502.tgz",
"segger-arm": "https://github.com/em-foundation/npm-packages/releases/download/resources/segger-arm-8.22.1.tgz",
"segger-jlink": "https://github.com/em-foundation/npm-packages/releases/download/resources/segger-jlink-8.40.0.tgz",
"ti-uniflash": "https://github.com/em-foundation/npm-packages/releases/download/resources/ti-uniflash-8.7.0.tgz"
}
}