package.json 775 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "@pablo/pablo-rest-api-standard",
  3. "version": "0.0.1",
  4. "description": "Pablo Rest API Standard Library",
  5. "main": "lib/index.js",
  6. "scripts": {
  7. "build": "npx tsc",
  8. "test": "exit 0"
  9. },
  10. "pre-commit": "npx eslint && npx tsc",
  11. "repository": {
  12. "type": "git",
  13. "url": "https://git.pablo.by/pablo/rest-api-standard"
  14. },
  15. "author": {
  16. "name": "Pablo Barrera Yaksic",
  17. "email": "contacto@pablo.by"
  18. },
  19. "devDependencies": {
  20. "@types/express": "^4.17.21",
  21. "@typescript-eslint/eslint-plugin": "^6.21.0",
  22. "eslint": "^8.57.0",
  23. "eslint-config-standard-with-typescript": "^43.0.1",
  24. "eslint-plugin-import": "^2.29.1",
  25. "eslint-plugin-n": "^16.6.2",
  26. "eslint-plugin-promise": "^6.1.1",
  27. "typescript": "^5.4.3"
  28. }
  29. }