Files
template-nodejs/package.json
2026-06-11 20:31:47 +09:00

10 lines
169 B
JSON

{
"name": "playground-app",
"version": "1.0.0",
"description": "Playground 앱 (Node.js)",
"main": "index.js",
"scripts": {
"start": "node index.js"
}
}