mirror of
https://github.com/denoland/deno.git
synced 2024-12-12 02:27:46 -05:00
10 lines
170 B
JSON
10 lines
170 B
JSON
|
{
|
||
|
"name": "@denotest/bin-created-by-lifecycle",
|
||
|
"version": "1.0.0",
|
||
|
"scripts": {
|
||
|
"install": "node install.mjs"
|
||
|
},
|
||
|
"bin": {
|
||
|
"testbin": "testbin.js"
|
||
|
}
|
||
|
}
|