package.json 475 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "pg-int8",
  3. "version": "1.0.1",
  4. "description": "64-bit big-endian signed integer-to-string conversion",
  5. "bugs": "https://github.com/charmander/pg-int8/issues",
  6. "license": "ISC",
  7. "files": [
  8. "index.js"
  9. ],
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/charmander/pg-int8"
  13. },
  14. "scripts": {
  15. "test": "tap test"
  16. },
  17. "devDependencies": {
  18. "@charmander/eslint-config-base": "1.0.2",
  19. "tap": "10.7.3"
  20. },
  21. "engines": {
  22. "node": ">=4.0.0"
  23. }
  24. }