mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-29 20:41:47 -04:00
8 lines
178 B
JSON
8 lines
178 B
JSON
{
|
|
"name": "simple",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"postinstall": "rimraf output.json && node -e \"process.stdout.write('install')\" | json-append output.json"
|
|
}
|
|
}
|