10 أسطر
239 B
JSON
10 أسطر
239 B
JSON
{
|
|
"name": "simple-node-app",
|
|
"version": "1.0.0",
|
|
"description": "A simple Node.js app for GitHub Actions PR testing",
|
|
"main": "src/app.js",
|
|
"scripts": {
|
|
"test": "bash src/test.sh"
|
|
},
|
|
"dependencies": {}
|
|
} |