Initial commit of akmon project
This commit is contained in:
16
scripts/training-event-simulator/package.json
Normal file
16
scripts/training-event-simulator/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "ak-training-event-simulator",
|
||||
"version": "0.1.0",
|
||||
"description": "CLI utility to push simulated training_stream_events into Supabase for classroom monitoring demos.",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"simulate-training-events": "./simulate-training-events.mjs"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node ./simulate-training-events.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@supabase/supabase-js": "^2.57.4",
|
||||
"dotenv": "^16.4.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user