summaryrefslogtreecommitdiff
path: root/tests/specs/run/package_json/invalid_value/package.json
blob: c8857649ef742b0a1e8a3b131798c8a083d0588b (plain)
1
2
3
4
5
6
7
8
9
{
  "scripts": {
    "test": "echo 1"
  },
  "dependencies": {
    "@denotest/esm-basic": "*",
    "@denotest/cjs-default-export": "invalid stuff that won't parse"
  }
}