package.json 752 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "@pablo/pablo-rest-api-standard",
  3. "version": "0.0.10",
  4. "description": "Pablo Rest API Standard Library",
  5. "main": "lib/index.js",
  6. "scripts": {
  7. "build": "npx tsc",
  8. "test": "exit 0"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://git.pablo.by/pablo/pablo-rest-api-standard"
  13. },
  14. "author": {
  15. "name": "Pablo Barrera Yaksic",
  16. "email": "contacto@pablo.by"
  17. },
  18. "devDependencies": {
  19. "@types/express": "^4.17.21",
  20. "@typescript-eslint/eslint-plugin": "^5.62.0",
  21. "@typescript-eslint/parser": "^5.62.0",
  22. "@typescript-eslint/typescript-estree": "^5.33.0",
  23. "eslint": "^8.57.0",
  24. "eslint-config-prettier": "^8.10.0",
  25. "eslint-plugin-prettier": "^4.2.1",
  26. "typescript": "^5.4.3"
  27. }
  28. }