mirror of
https://github.com/morten-olsen/bob-the-algorithm.git
synced 2026-02-08 00:46:25 +01:00
17 lines
440 B
JSON
17 lines
440 B
JSON
{
|
|
"name": "bob",
|
|
"version": "1.0.0",
|
|
"homepage": "/bob-the-algorithm",
|
|
"scripts": {
|
|
"dev": "yarn workspace @morten-olsen/bob start",
|
|
"build:web": "yarn workspace @morten-olsen/bob build:web",
|
|
"build:storybook": "yarn workspace @morten-olsen/ui build:storybook",
|
|
"dev:storybook": "yarn workspace @morten-olsen/ui dev"
|
|
},
|
|
"packageManager": "yarn@3.1.0",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"private": true
|
|
}
|