@pg-ts/pg-embedded-android-arm64
Version:
Embedded PostgreSQL database for Node.js - Easy setup, high performance, TypeScript support
58 lines • 1.28 kB
JSON
{
"name": "@pg-ts/pg-embedded-android-arm64",
"version": "0.2.3+pg18.0",
"cpu": [
"arm64"
],
"main": "pg-embedded.android-arm64.node",
"files": [
"pg-embedded.android-arm64.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": [
"android"
]
}