{ "name": "@tabbot/bridgeswarm", "version": "0.1.0", "license": "GPL-3.0-or-later", "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts" }, "scripts": { "typecheck": "tsc --noEmit -p tsconfig.json" } }