package.json 740 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "@pablo/pablo-rest-api-standard",
  3. "version": "0.0.8",
  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": "^6.21.0",
  21. "eslint": "^8.57.0",
  22. "eslint-config-standard-with-typescript": "^43.0.1",
  23. "eslint-plugin-import": "^2.29.1",
  24. "eslint-plugin-n": "^16.6.2",
  25. "eslint-plugin-promise": "^6.1.1",
  26. "typescript": "^5.4.3"
  27. }
  28. }