13 lines
290 B
JSON
13 lines
290 B
JSON
{
|
|
"name": "schemeta",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "AI-native schematic compiler and visual teaching platform MVP",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node src/server.js",
|
|
"dev": "node --watch src/server.js",
|
|
"test": "node --test"
|
|
}
|
|
}
|