This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "cicd",
|
||||
"private": true,
|
||||
"version": "0.0.1",
|
||||
"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 dist & touch dist/app"
|
||||
},
|
||||
"engines": {
|
||||
"node": "<=25.9.0",
|
||||
"npm": "<=11.13.0"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Stephane Passignat",
|
||||
"license": "Exygen"
|
||||
}
|
||||
Reference in New Issue
Block a user