some-repo/package.json

8 lines
102 B
JSON
Raw Normal View History

2024-08-31 08:10:36 +00:00
{
"name": "my-application",
"version": "1.0.0",
"scripts": {
2024-08-31 08:12:32 +00:00
"start": "node index.js"
2024-08-31 08:10:36 +00:00
}
}