root
build: update shared-types, development scripts, and add app layout components
c57ecd0
{
"name": "@robotics-platform/shared-types",
"author": "Mayank <steeltroops.ai@gmail.com>",
"version": "0.0.1",
"license": "UNLICENSED",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"typescript": "^5.0.0"
}
}