chore: initialize repo

This commit is contained in:
tsukino
2024-01-24 12:21:11 +08:00
commit e3f81ceed1
2 changed files with 19 additions and 0 deletions

0
.gitignore vendored Normal file
View File

19
package.json Normal file
View File

@@ -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"
}