Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol.
wisp.place
1{
2 "name": "@wisp/database",
3 "version": "1.0.0",
4 "private": true,
5 "type": "module",
6 "main": "./src/index.ts",
7 "types": "./src/index.ts",
8 "exports": {
9 ".": {
10 "types": "./src/index.ts",
11 "default": "./src/index.ts"
12 },
13 "./types": {
14 "types": "./src/types.ts",
15 "default": "./src/types.ts"
16 }
17 },
18 "dependencies": {
19 "postgres": "^3.4.5"
20 }
21}