From e3f81ceed1ae1a177e002c2809a88fc6fbec6350 Mon Sep 17 00:00:00 2001 From: tsukino <0xtsukino@gmail.com> Date: Wed, 24 Jan 2024 12:21:11 +0800 Subject: [PATCH] chore: initialize repo --- .gitignore | 0 package.json | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 .gitignore create mode 100644 package.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json new file mode 100644 index 0000000..4f94ab3 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "explorer", + "version": "0.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/tlsnotary/explorer.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/tlsnotary/explorer/issues" + }, + "homepage": "https://github.com/tlsnotary/explorer#readme" +}