mirror of
https://github.com/zhom/banderole.git
synced 2026-04-23 20:36:05 +02:00
12 lines
218 B
JSON
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"
|
|
}
|
|
} |