UNPKG

@forestvpn/forestvpn_api

Version:

A package to interact api.forestvpn.com (manage vpn profiles, check usage statistics, manage locations, ...)

43 lines 1.09 kB
{ "name": "@forestvpn/forestvpn_api", "version": "3.14.0", "description": "A package to interact api.forestvpn.com (manage vpn profiles, check usage statistics, manage locations, ...)", "author": "ForestVPN", "keywords": [ "wireguard", "api", "rest", "wgrest", "restful", "vpn", "tunneling", "wg", "forestvpn", "wireguard-ui", "vpn-ui", "vpn-rest", "vpn-api" ], "license": "MIT", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "scripts": { "build": "tsc --outDir dist/", "prepublishOnly": "npm run build" }, "dependencies": { "axios": "^0.21.1" }, "devDependencies": { "@types/node": "^12.11.5", "typescript": "^3.6.4" }, "repository": { "type": "git", "url": "git+https://github.com/forestvpn/api-client-js.git" }, "bugs": { "url": "https://github.com/forestvpn/api-client-js/issues" }, "homepage": "https://forestvpn.com/" }