Files
pnpm/test/packages/install-script-example/package.json
2016-08-07 14:26:11 +03:00

16 lines
493 B
JSON

{
"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 <zoltan.kochan@gmail.com> (http://kochan.io/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rstacruz/pnpm/tree/master/test/packages/install-script-example"
}
}