summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/node-lifecycle-scripts/1.0.0/package.json
blob: 085ab6414a83dcf3b12b9f5a79d1de5be26bb904 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "@denotest/node-lifecycle-scripts",
  "version": "1.0.0",
  "scripts": {
    "preinstall": "echo preinstall && node preinstall.js && node --require ./helper.js preinstall.js",
    "install": "echo install && cli-esm 'hello from install script'",
    "postinstall": "echo postinstall && npx cowsay postinstall"
  },
  "exports": "./index.js",
  "dependencies": {
    "@denotest/bin": "1.0.0"
  }
}