aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 0d0c4ccac893f80665038047b8127c3b6f6a76d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "rosstheross.github.io",
  "description": "My basic portfolio website",
  "version": "1.0.0",
  "author": "Matt Strapp <matt@mattstrapp.net>",
  "devDependencies": {
    "syncpack": "12.3.2"
  },
  "license": "MIT",
  "main": "index.js",
  "private": true,
  "scripts": {
    "sync-deps": "syncpack",
    "fix-deps": "syncpack fix-mismatches",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "overrides": {
    "sourcemap-codec": "@jridgewell/sourcemap-codec"
  },
  "pnpm": {
    "overrides": {
      "sourcemap-codec": "npm:@jridgewell/sourcemap-codec"
    }
  }
}