Commits on Source (3)
-
Muhammad Hamza Akhtar authored
-
Muhammad Hamza Akhtar authored
-
semantic-release-bot authored
## [2.0.1](v2.0.0...v2.0.1) (2023-12-19) ### Bug Fixes * **audit:** npm audit reports ([e25d12cd](e25d12cd))
{ | ||
"name": "@padme-development/padme-station-software", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A Dockerized Javascript Web Application providing interfaces for Monitoring of the algorithms and components, which manage the business logic e.g. pulling a train, execute a train, inspect the results, and many more.", | ||
"license": "MIT", | ||
"homepage": "https://git.rwth-aachen.de/padme-development/padme-station-software", | ||
... | ... | @@ -12,7 +12,8 @@ |
"start": "npm run build:wizard && npm run build:station && node ./bin/www", | ||
"dev": "NODE_ENV=development nodemon ./bin/www", | ||
"test": "jest", | ||
"semantic-release": "semantic-release" | ||
"semantic-release": "semantic-release", | ||
"prepare": "husky install" | ||
}, | ||
"dependencies": { | ||
"async-mutex": "^0.4.0", | ||
... | ... | @@ -51,6 +52,7 @@ |
"eslint": "^8.48.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-plugin-import": "^2.28.1", | ||
"husky": "^8.0.3", | ||
"jest": "^29.6.4", | ||
"jest-junit": "^16.0.0", | ||
"nodemon": "^3.0.1", | ||
... | ... |