Files
tab-bot/packages/bridgeswarm/package.json
T
2026-09-06 19:10:40 -04:00

15 lines
283 B
JSON

{
"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"
}
}