{ "name": "install-script-example", "version": "1.0.0", "description": "A package that creates a file by an install script", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "install": "node create generated-by-install" }, "author": "Zoltan Kochan (http://kochan.io/)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/rstacruz/pnpm/tree/master/test/packages/install-script-example" } }