package.json 697 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "vpnrpc",
  3. "version": "1.0.1",
  4. "description": "",
  5. "main": "dist/vpnrpc.js",
  6. "scripts": {
  7. "prepare": "tsc",
  8. "build": "tsc"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/SoftEtherVPN/SoftEtherVPN.git"
  13. },
  14. "keywords": [
  15. "vpn",
  16. "softether"
  17. ],
  18. "author": "",
  19. "license": "Apache-2.0",
  20. "bugs": {
  21. "url": "https://github.com/SoftEtherVPN/SoftEtherVPN/issues"
  22. },
  23. "homepage": "https://github.com/SoftEtherVPN/SoftEtherVPN/tree/master/developer_tools/vpnserver-jsonrpc-clients/#readme",
  24. "devDependencies": {
  25. "@types/node": "^12.0.2",
  26. "ts-loader": "^9.4.2",
  27. "tslint": "^5.16.0",
  28. "typescript": "^3.4.5"
  29. }
  30. }