instances/package.json

14 lines
285 B
JSON
Raw Permalink Normal View History

2023-08-16 10:12:14 +03:00
{
"name": "instances",
"version": "1.0.0",
"description": "Instances of TXTDot proxies",
"main": "index.js",
"private": true,
"scripts": {
2024-04-30 13:06:42 +03:00
"build": "node index.js"
2023-08-16 10:12:14 +03:00
},
"keywords": [],
"author": "artegoser <me@artegoser.ru> blog.artegoser.ru",
"license": "MIT"
}