Files
Edu/packages/contracts/package.json
SpecialX 74474a2d04 feat(student-portal): 完整实现 student-portal 微前端
包含 src 全部实现、Dockerfile、配置文件、contracts 包等
2026-07-10 19:10:36 +08:00

16 lines
362 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "@edu/contracts",
"version": "0.1.0",
"private": true,
"description": "共享契约Permissions 常量 + 类型coord 维护,当前为最小 stub",
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"lint": "eslint src",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"typescript": "^5.6.0"
}
}