aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: ca82d409e6b3791a310f81981bb61c9035a003ef (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@3.2.3",
  "devDependencies": {
    "eslint": "^8.23.0",
    "typescript": "~4.8.2"
  }
}