TenantAtlas/apps/platform/.pnpm-store/v10/files/80/08d70e3df599f85f333553f1677306c1c053207f1659b0d7f7032d8a7306f73825cd242be2cdeb1c72d0bc9b513bfcd14178cd8fce2b980a26a658a396bef3
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

36 lines
649 B
Plaintext

{
"name": "postgres-array",
"main": "index.js",
"version": "2.0.0",
"description": "Parse postgres array columns",
"license": "MIT",
"repository": "bendrucker/postgres-array",
"author": {
"name": "Ben Drucker",
"email": "bvdrucker@gmail.com",
"url": "bendrucker.me"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "standard && tape test.js"
},
"types": "index.d.ts",
"keywords": [
"postgres",
"array",
"parser"
],
"dependencies": {},
"devDependencies": {
"standard": "^12.0.1",
"tape": "^4.0.0"
},
"files": [
"index.js",
"index.d.ts",
"readme.md"
]
}