1 2 3 4 5 6 7 8 9 10
{ "name": "@denotest/bin-created-by-lifecycle", "version": "1.0.0", "scripts": { "install": "node install.mjs" }, "bin": { "testbin": "testbin.js" } }