Files
pnpm/__fixtures__/hello-world-js-bin/package.json

20 lines
514 B
JSON

{
"name": "@pnpm.e2e/hello-world-js-bin",
"version": "1.0.0",
"description": "A package with a hello world js bin",
"bin": "./index.js",
"isLocal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Zoltan Kochan <zoltan.kochan@gmail.com> (http://kochan.io/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pnpm/pnpm/tree/master/test/packages/hello-world-js-bin"
},
"dependencies": {
"cowsay": "1.2.1"
}
}