mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-06 09:40:41 +03:00
89cc6ae717
Removes [json5](https://github.com/json5/json5). It's no longer used after updating ancestor dependency [ts-loader](https://github.com/TypeStrong/ts-loader). These dependencies need to be updated together. Removes `json5` Updates `ts-loader` from 6.0.1 to 9.4.2 - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/ts-loader/compare/v6.0.1...v9.4.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: ts-loader dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
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": "^9.4.2",
|
|
"tslint": "^5.16.0",
|
|
"typescript": "^3.4.5"
|
|
}
|
|
}
|