You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
551 B

3 years ago
  1. {
  2. "name": "demande-retraite-anticipe",
  3. "version": "0.0.0",
  4. "description": "Description for demandeRetraiteAnticipe",
  5. "private": true,
  6. "license": "UNLICENSED",
  7. "cacheDirectories": [
  8. "node_modules"
  9. ],
  10. "devDependencies": {
  11. "@openapitools/openapi-generator-cli": "1.0.13-4.3.1",
  12. "generator-jhipster": "6.10.5",
  13. "husky": "4.2.5",
  14. "lint-staged": "8.2.1",
  15. "prettier": "2.1.2"
  16. },
  17. "engines": {
  18. "node": ">=12.16.1"
  19. },
  20. "scripts": {
  21. "prettier:format": "prettier --write \"{,src/**/}*.{md,json,yml}\""
  22. }
  23. }