mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
10 lines
208 B
JSON
10 lines
208 B
JSON
|
{
|
||
|
"name": "@denotest/print-npm-user-agent",
|
||
|
"version": "1.0.0",
|
||
|
"bin": {
|
||
|
"print-npm-user-agent": "index.js"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"postinstall": "echo postinstall && node index.js && exit 1"
|
||
|
}
|
||
|
}
|