Adding the lab project
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user