15 lines
283 B
JSON
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"
|
|
}
|
|
}
|