summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/install-cli-production/package.json
blob: 8f2f0e2ec2e90776eac569000d2e3888b7743526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "install-cli-production",
  "description": "fixture",
  "version": "0.0.0",
  "scripts": {
    "prepublish": "exit 123"
  },
  "dependencies": {
    "dependency": "file:./dependency"
  },
  "devDependencies": {
    "dev-dependency": "file:./dev-dependency"
  }
}