18 lines
654 B
JSON
18 lines
654 B
JSON
{
|
|||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|