{ "name": "@goodgo/contracts-events", "version": "0.1.0", "private": true, "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts", "./schemas/*": "./schemas/*" }, "scripts": { "lint": "echo \"(no lint configured)\"", "typecheck": "tsc --noEmit", "test": "echo \"(no tests yet)\"" }, "devDependencies": { "typescript": "^5.5.0" } }