From b1ca40a0b2ec0beefb0def40b8fb6e953705de4e Mon Sep 17 00:00:00 2001 From: Sune Date: Thu, 11 Sep 2025 22:51:00 -0700 Subject: [PATCH] feat: add package.json --- package.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..99f44d3 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "inzerosight", + "version": "2.1.0", + "description": "Communicate undetected in plain sight.", + "main": "dash.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/planetrenox/inzerosight.git" + }, + "keywords": [ + "steganography", + "zero-width", + "privacy", + "communication", + "browser-extension" + ], + "author": "planetrenox", + "license": "MIT", + "bugs": { + "url": "https://github.com/planetrenox/inzerosight/issues" + }, + "homepage": "https://github.com/planetrenox/inzerosight#readme" +} \ No newline at end of file