Revela/tomp/package.json
2022-02-22 23:31:05 -05:00

30 lines
595 B
JSON

{
"name": "tomp-bare-server",
"description": "Back.",
"version": "0.0.1",
"homepage": "https://github.com/tomphttp",
"bugs": {
"url": "https://github.com/tomphttp/bare-server-node/issues",
"email": "tomp@sys32.dev"
},
"repository": {
"type": "git",
"url": "https://github.com/tomphttp/bare-server-node.git"
},
"author": {
"name": "TOMP Development",
"email": "tomp@sys32.dev",
"url": "https://github.com/tomphttp"
},
"keywords": [
"proxy",
"tomp",
"tomphttp",
"sys32"
],
"license": "GPL-3.0",
"type": "module",
"dependencies": {
"commander": "^9.0.0"
}
}