fixed shared package

This commit is contained in:
Oliver Bryan
2025-12-14 10:46:06 +00:00
parent 8803550535
commit d87eee2838
3 changed files with 34 additions and 40 deletions

View File

@@ -1,17 +1,11 @@
{
"name": "@issue/shared",
"version": "1.0.0",
"description": "Shared schemas and types for the issue monorepo",
"version": "0.1.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
"main": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"typescript": "^5.8.3"
},