Initial commit
**Motivations:** - Initialisation du versionning git pour le projet **Root causes:** - N/A (Nouveau projet) **Correctifs:** - N/A **Evolutions:** - Structure initiale du projet - Ajout du .gitignore **Pages affectées:** - Tous les fichiers
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "builazoo",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Build a Zoo - web and server",
|
||||
"scripts": {
|
||||
"lint": "eslint web/js server --ignore-pattern '**/node_modules/**'",
|
||||
"lint:web": "eslint web/js",
|
||||
"lint:server": "eslint server --ignore-pattern 'server/node_modules/**'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^9.15.0",
|
||||
"eslint-plugin-jsdoc": "^50.0.0",
|
||||
"@eslint/js": "^9.15.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user