aboutsummaryrefslogtreecommitdiff
path: root/test/cli/install/migration/contoso-test/package.json
blob: 255c8c92b7adf4e8c97f3ae6e2b44678f4a63450 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "contoso-real-estate",
  "version": "1.0.0",
  "description": "https://github.com/Azure-Samples/contoso-real-estate",
  "private": true,
  "author": "Microsoft",
  "license": "MIT",
  "workspaces": [
    "packages/*"
  ],
  "devDependencies": {
    "concurrently": "^7.6.0",
    "git-commit-msg-linter": "^4.2.1",
    "prettier": "^2.7.1",
    "rimraf": "^4.3.1"
  }
}