-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@forestvpn/forestvpn_cloud_api",
"version": "0.6.3",
"description": "A package to interact ForestVPN Cloud API (manage vpn profiles, check usage statistics, and many other)",
"author": "ForestVPN",
"keywords": [
"wireguard",
"api",
"rest",
"wgrest",
"restful",
"vpn",
"tunneling",
"wg",
"forestvpn",
"wireguard-ui",
"vpn-ui",
"vpn-rest",
"vpn-api",
"cloud"
],
"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/cloud-api-client-js.git"
},
"bugs": {
"url": "https://github.com/forestvpn/cloud-api-client-js/issues"
},
"homepage": "https://forestvpn.com/"
}