Files
pnpm/fixtures/hello-world-js-bin/package.json
2019-11-22 01:41:15 +02:00

20 lines
504 B
JSON

{
"name": "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"
}
}