Spaces:
Running
Running
File size: 402 Bytes
170b9b6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"name": "@courtmitra/ports",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"typecheck": "tsc --noEmit",
"build": "tsc --noEmit"
},
"dependencies": {
"@courtmitra/contracts": "workspace:*"
},
"devDependencies": {
"typescript": "^5.7.2"
}
}
|