1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{ "name": "intro-node", "version": "1.0.0", "description": "", "type": "module", "main": "index.js", "bin": { "note": "./index.js" }, "scripts": { "note": "node index.js" }, "keywords": [], "author": "", "license": "ISC", "packageManager": "pnpm@10.20.0", "dependencies": { "yargs": "^18.0.0" } }