feat(阶段1): monorepo 骨架与 @oj2/contract 契约包
This commit is contained in:
12
packages/contract/package.json
Normal file
12
packages/contract/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "@oj2/contract",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"exports": { ".": "./src/index.ts" },
|
||||
"dependencies": {
|
||||
"zod": "^4.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user