mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-28 15:33:22 +00:00
23 lines
581 B
JSON
23 lines
581 B
JSON
{
|
|
"name": "n3wt-school",
|
|
"version": "0.0.3",
|
|
"scripts": {
|
|
"prepare": "husky",
|
|
"release": "standard-version",
|
|
"update-version": "node scripts/update-version.js",
|
|
"format": "prettier --write Front-End"
|
|
},
|
|
"standard-version": {
|
|
"scripts": {
|
|
"postbump": "git add Front-End/package.json Back-End/__version__.py && git commit --amend --no-edit"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.5.0",
|
|
"@commitlint/config-conventional": "^19.5.0",
|
|
"husky": "^9.1.6",
|
|
"prettier": "^3.5.3",
|
|
"standard-version": "^9.5.0"
|
|
}
|
|
}
|