Skip to content

Commit

Permalink
Uniformisation des commandes
Browse files Browse the repository at this point in the history
  • Loading branch information
NerOcrO committed Jun 20, 2024
1 parent a95cd36 commit dc6b365
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 26 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 6 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,11 @@
{
"name": "datalake-backend",
"description": "",
"version": "0.0.0",
"version": "1.0.0",
"license": "AGPL-3.0",
"homepage": "",
"private": true,
"main": "src",
"keywords": [
"feathers"
],
"author": {
"name": "Loïc Guillois",
"email": "[email protected]"
},
"contributors": [],
"bugs": {},
"directories": {
"lib": "src",
"test": "test/",
"config": "config/"
},
"engines": {
"node": "20.12.2"
},
"scripts": {
"dev": "NODE_ENV=development nodemon src",
"lint": "eslint src --max-warnings=0 --cache --cache-location node_modules/.cache/eslint",
"dev": "nodemon src/",
"start": "node src/"
"start": "node src"
},
"dependencies": {
"@feathersjs/configuration": "^4.5.11",
Expand All @@ -49,5 +28,8 @@
},
"devDependencies": {
"eslint": "^8.5.0"
},
"engines": {
"node": "20.12.2"
}
}

0 comments on commit dc6b365

Please sign in to comment.