diff options
| author | Leo Goetz <dev@leogtz.de> | 2025-11-06 14:42:01 +0100 |
|---|---|---|
| committer | Leo Goetz <dev@leogtz.de> | 2025-11-06 14:42:01 +0100 |
| commit | 91a6ac10e416dcf2c29b6e37e3dfe19672eb0f84 (patch) | |
| tree | 8edaa0a875fd5a094284e563378db56253b95eb2 /package.json | |
inital commit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..cafb329 --- /dev/null +++ b/package.json @@ -0,0 +1,14 @@ +{ + "name": "intro-node", + "version": "1.0.0", + "description": "", + "main": "index.js", + "bin": { + "note": "./index.js" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC" +} |
