Files
banderole/test-app/package.json
T
2025-07-25 02:26:20 +04:00

12 lines
218 B
JSON

{
"name": "test-app",
"version": "1.0.1",
"description": "A simple test Node.js application",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"chalk": "^4.1.2"
}
}