mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-04 23:34:58 -04:00
12 lines
324 B
JSON
12 lines
324 B
JSON
{
|
|
"name": "has-prepublish-script",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"prepublish": "node -e \"process.stdout.write('prepublish')\" | json-append output.json",
|
|
"postpublish": "node -e \"process.stdout.write('postpublish')\" | json-append output.json"
|
|
},
|
|
"devDependencies": {
|
|
"json-append": "1.1.1"
|
|
}
|
|
}
|