feat: md builder, official instance

This commit is contained in:
Artemy 2023-08-16 10:12:14 +03:00
parent a05970b0bb
commit a889432d9e
4 changed files with 44 additions and 1 deletions

13
package.json Normal file
View file

@ -0,0 +1,13 @@
{
"name": "instances",
"version": "1.0.0",
"description": "Instances of TXTDot proxies",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "artegoser <me@artegoser.ru> blog.artegoser.ru",
"license": "MIT"
}