mirror of
https://github.com/morten-olsen/bob.git
synced 2026-02-07 17:36:30 +01:00
28 lines
596 B
JSON
28 lines
596 B
JSON
{
|
|
"dependencies": {
|
|
"@pnpm/find-workspace-packages": "^6.0.9",
|
|
"@pnpm/logger": "^5.0.0",
|
|
"@react-native-community/eslint-config": "^3.2.0",
|
|
"eslint": "^8.33.0",
|
|
"prettier": "^2.8.3",
|
|
"ts-node": "^10.9.1",
|
|
"turbo": "^1.9.9"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo build",
|
|
"dev": "turbo dev",
|
|
"lint": "eslint packages/*/src",
|
|
"start": "turbo start",
|
|
"test": "turbo test"
|
|
},
|
|
"version": "0.1.8",
|
|
"name": "@bob-the-algorithm/repo",
|
|
"devDependencies": {
|
|
"@types/node": "^20.5.9"
|
|
}
|
|
}
|