14 lines
328 B
JSON
14 lines
328 B
JSON
{
|
|
"name": "teaching-feedback-assistant",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "tsc --noEmit false --outDir .test-dist && node --test tests/voice-state.test.js"
|
|
},
|
|
"devDependencies": {
|
|
"miniprogram-api-typings": "^4.0.0",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|