Files
test-cicd/package.json
Woodpecker CI 9579676b0c
All checks were successful
ci/woodpecker/manual/build-pipeline Pipeline was successful
chore: release v0.0.17 [skip ci]
2026-05-03 14:11:50 +00:00

25 lines
650 B
JSON

{
"name": "cicd",
"private": true,
"version": "0.0.17",
"description": "Node.js Rest Apis with Express, Sequelize & PostgreSQL",
"scripts": {
"update:patch": "node scripts/update-version.js -patch",
"update:minor": "node scripts/update-version.js -minor",
"update:major": "node scripts/update-version.js -major",
"build": "mkdir -p dist , touch dist/app"
},
"engines": {
"node": "<=25.9.0",
"npm": "<=11.13.0"
},
"keywords": [],
"author": "Stephane Passignat",
"license": "Exygen",
"main": "versions.js",
"repository": {
"type": "git",
"url": "http://gitea.cicd.exygen.fr/stephane/test-cicd.git"
},
"type": "commonjs"
}