Files
glitch_automata_lab/package.json
T

18 lines
654 B
JSON
Raw Normal View History

2026-07-01 12:10:12 +02:00
{
"name": "@glitch-components/voxel-automata-lab-studio",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "CA Lab Studio application for designing and recording cellular automata presentations.",
"scripts": {
"dev": "npm --prefix backend run dev",
"admin:dev": "npm --prefix backend run admin:dev",
"build": "npm --prefix backend run build",
"migrate": "npm --prefix backend run migrate",
"start": "npm --prefix backend run start",
"test": "npm --prefix backend run test",
"test:postgres": "npm --prefix backend run test:postgres",
"typecheck": "npm --prefix backend run typecheck"
}
}