mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-05 04:31:31 -05:00
16 lines
493 B
JSON
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"
|
|
}
|
|
}
|