aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: e3443202b3f7d9129ac70ad5016ae59c37c59038 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "@refinery/root",
  "version": "0.0.0",
  "private": true,
  "workspaces": [
    "subprojects/frontend"
  ],
  "scripts": {
    "frontend": "yarn workspace @refinery/frontend"
  },
  "packageManager": "yarn@4.0.0-rc.42",
  "devDependencies": {
    "eslint": "^8.37.0",
    "typescript": "5.0.3"
  }
}