Files
porthole/packages/config/package.json
OpenCode Test e1a64aa092 Initial commit
2025-12-24 10:50:10 -08:00

13 lines
195 B
JSON

{
"name": "@tline/config",
"version": "0.0.0",
"private": true,
"type": "module",
"exports": {
".": {
"types": "./src/index.ts",
"default": "./src/index.ts"
}
}
}