pebble/third_party/jerryscript/js_tooling/package.json
2025-01-27 11:38:16 -08:00

9 lines
240 B
JSON

{
"__comment": "Only needed for the node.js-based version of this compiler if we want to do CLI-based compiling",
"name": "js_compiler",
"version": "0.0.1",
"devDependencies": {
"node-zip": "^1.1.1",
"yargs": "^4.7.1"
}
}