Files
planilla/package.json
josedario87 334cce2b1e
All checks were successful
build-and-push / build (push) Successful in 12s
probando otra vez
2025-05-02 15:50:43 -06:00

10 lines
161 B
JSON

{
"name": "hello-world",
"version": "1.0.0",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js"
}
}