From 16a0e9a9d2c24af28142ed3420ef6cb373c454f7 Mon Sep 17 00:00:00 2001 From: Leo Goetz Date: Sat, 8 Nov 2025 18:55:03 +0100 Subject: started making the command and json db --- package.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index cafb329..c766335 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,19 @@ "name": "intro-node", "version": "1.0.0", "description": "", + "type": "module", "main": "index.js", "bin": { "note": "./index.js" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "note": "node index.js" }, + "keywords": [], "author": "", - "license": "ISC" + "license": "ISC", + "packageManager": "pnpm@10.20.0", + "dependencies": { + "yargs": "^18.0.0" + } } -- cgit v1.3