network/testdata/apps/node-api/package.json
2026-01-29 09:29:41 +02:00

9 lines
123 B
JSON

{
"name": "test-node-api",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js"
}
}