/[openfoncier]/trunk/composer.json
ViewVC logotype

Contents of /trunk/composer.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18407 - (show annotations)
Thu Aug 8 16:18:08 2024 UTC (5 months, 2 weeks ago) by softime
File MIME type: application/json
File size: 538 byte(s)
chore(branch): fusion de la branche d'intégration 6.6.0-develop dans le trunk

1 {
2 "name": "openmairie/openads",
3 "type": "project",
4 "description": "openADS est une application open-source développée avec openMairie afin de faciliter la gestion des autorisations du droit du sol",
5 "homepage": "http://www.openmairie.org/catalogue/openads",
6 "authors": [
7 {
8 "name": "atReal"
9 }
10 ],
11 "require": {},
12 "scripts": {
13 "post-install-cmd": [
14 "@initenv"
15 ],
16 "initenv": [
17 "npm ci",
18 "npm run build"
19 ]
20 }
21 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26