/ node_modules / pg-cloudflare / package.json
package.json
 1  {
 2    "name": "pg-cloudflare",
 3    "version": "1.2.7",
 4    "description": "A socket implementation that can run on Cloudflare Workers using native TCP connections.",
 5    "main": "dist/index.js",
 6    "types": "dist/index.d.ts",
 7    "license": "MIT",
 8    "devDependencies": {
 9      "ts-node": "^8.5.4",
10      "typescript": "^4.0.3"
11    },
12    "exports": {
13      ".": {
14        "workerd": {
15          "import": "./esm/index.mjs",
16          "require": "./dist/index.js"
17        },
18        "default": "./dist/empty.js"
19      }
20    },
21    "scripts": {
22      "build": "tsc",
23      "build:watch": "tsc --watch",
24      "prepublish": "yarn build",
25      "test": "echo e2e test in pg package"
26    },
27    "repository": {
28      "type": "git",
29      "url": "git://github.com/brianc/node-postgres.git",
30      "directory": "packages/pg-cloudflare"
31    },
32    "files": [
33      "/dist/*{js,ts,map}",
34      "/src",
35      "/esm"
36    ],
37    "gitHead": "8f8e7315e8f7c1bb01e98fdb41c8c92585510782"
38  }