mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-06 17:50:40 +03:00
31 lines
697 B
JSON
31 lines
697 B
JSON
|
{
|
||
|
"name": "vpnrpc",
|
||
|
"version": "1.0.1",
|
||
|
"description": "",
|
||
|
"main": "dist/vpnrpc.js",
|
||
|
"scripts": {
|
||
|
"prepare": "tsc",
|
||
|
"build": "tsc"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/SoftEtherVPN/SoftEtherVPN.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"vpn",
|
||
|
"softether"
|
||
|
],
|
||
|
"author": "",
|
||
|
"license": "Apache-2.0",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/SoftEtherVPN/SoftEtherVPN/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/SoftEtherVPN/SoftEtherVPN/tree/master/developer_tools/vpnserver-jsonrpc-clients/#readme",
|
||
|
"devDependencies": {
|
||
|
"@types/node": "^12.0.2",
|
||
|
"ts-loader": "^6.0.1",
|
||
|
"tslint": "^5.16.0",
|
||
|
"typescript": "^3.4.5"
|
||
|
}
|
||
|
}
|