aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-npm/package.json
blob: c3eed32796aaa370f3b14656ca5b9cba4b365818 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "private": true,
  "workspaces": [
    "apps/*",
    "packages/*"
  ],
  "scripts": {
    "build": "turbo run build",
    "dev": "turbo run dev",
    "lint": "turbo run lint"
  },
  "devDependencies": {
    "eslint-config-custom": "*",
    "eslint": "7.32.0",
    "prettier": "^2.5.1",
    "turbo": "latest"
  },
  "packageManager": "npm@8.19.4"
}