{
	"name": "@kloak-it/tq-proxy",
	"version": "0.0.58",
	"license": "MIT",
	"description": "QT PROXY Server/Client",
	"scripts": {
		"build": "tsc --project tsconfig.json",
		"server": "node ./server",
		"client": "node ./client",
		"test": "jest",
		"start": "node cli"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/CoNETProject/tq-proxy.git"
	},
	"author": {
		"name": "TQ-Proxy project",
		"email": "info@tq-proxy.com"
	},
	"bugs": {
		"url": "https://github.com/CoNETProject/tq-proxy/issues"
	},
	"homepage": "https://www.tq-proxy.com",
	"devDependencies": {
		"@types/express": "4.17.13",
		"@types/jest": "^27.0.1",
		"@types/node": "^16.6.2",
		"jest": "^27.0.6",
		"supertest": "^6.1.6"
	},
	"dependencies": {
		"async": "^3.2.1",
		"colors": "^1.4.0",
		"express": "^4.17.1",
		"hexdump-nodejs": "^0.1.0",
		"node-uuid": "^1.4.8",
		"uuid": "^8.3.2"
	},
	"bin": {
		"tq-proxy": "./cli.js"
	},
	"keywords": [
		"proxy-server",
		"shadowsocks",
		"seguro",
		"kloak",
		"nodejs",
		"typescript",
		"socks"
	],
	"files": [
		"dist",
		"cli.js",
		"LICENSE",
		"README.md",
		"package.json"
	],
	"main": "dist/index.js"
}
