summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/say-hello-on-install/1.0.0/package.json
blob: f5cc2eef2d573df31f7eaec8ec1f9f5ee2eb88e0 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "@denotest/say-hello-on-install",
  "version": "1.0.0",
  "scripts": {
    "install": "echo 'install script' && say-hello"
  },
  "dependencies": {
    "@denotest/say-hello": "1.0.0"
  }
}