Connect student profiles, defaults, and feedback records to the Rust API. Configure the WeChat AppID, custom tab bar, and local development workflow for version 0.1.0.
13 lines
233 B
JSON
13 lines
233 B
JSON
{
|
|
"name": "teaching-feedback-assistant",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"miniprogram-api-typings": "^4.0.0",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|