summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 8 insertions, 2 deletions
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"
+ }
}