summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/lifecycle-scripts-cjs/1.0.0/package.json
blob: 1924ddef8d29b8a4448bb805888add17d6d0236a (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "@denotest/lifecycle-scripts-cjs",
  "version": "1.0.0",
  "scripts": {
    "preinstall": "echo preinstall && node preinstall.js",
    "install": "echo install && cli-cjs 'hello from install script'"
  },
  "dependencies": {
    "@denotest/bin": "1.0.0"
  }
}