18 lines
469 B
JSON
18 lines
469 B
JSON
{
|
|
"name": "test-web-project",
|
|
"version": "1.0.0",
|
|
"description": "Test web project for CI template validation",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check ."
|
|
},
|
|
"keywords": ["test", "ci", "templates"],
|
|
"author": "Test Author",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"prettier": "^3.0.0"
|
|
}
|
|
} |