{
  "name": "@pg-ts/pg-embedded-linux-arm-gnueabihf",
  "version": "0.2.1+pg17.5",
  "cpu": [
    "arm"
  ],
  "main": "pg-embedded.linux-arm-gnueabihf.node",
  "files": [
    "pg-embedded.linux-arm-gnueabihf.node"
  ],
  "description": "Embedded PostgreSQL database for Node.js - Easy setup, high performance, TypeScript support",
  "keywords": [
    "postgresql",
    "postgres",
    "embedded",
    "database",
    "testing",
    "integration-tests",
    "typescript",
    "rust",
    "napi-rs",
    "node-addon",
    "cross-platform",
    "embedded-database",
    "test-database",
    "development-database",
    "in-memory-database",
    "database-testing",
    "ci-cd",
    "unit-testing",
    "sql",
    "relational-database"
  ],
  "author": {
    "name": "PgTsLab",
    "email": "kingsword09@gmail.com",
    "url": "https://github.com/PgTsLab"
  },
  "homepage": "https://github.com/PgTsLabs/pg-embedded#readme",
  "license": "Apache-2.0",
  "engines": {
    "node": ">= 10"
  },
  "repository": {
    "url": "git+ssh://git@github.com/PgTsLabs/pg-embedded.git",
    "type": "git"
  },
  "bugs": {
    "url": "https://github.com/PgTsLabs/pg-embedded/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "os": [
    "linux"
  ]
}