-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 921 Bytes
/
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
{
"name": "adguard-api",
"version": "1.0.5",
"description": "AdguardAPI",
"main": "app.js",
"author": "Andrea Canale",
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json"
},
"devDependencies": {
"@types/node": "^14.14.7",
"prettier": "^2.6.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.0.5"
},
"dependencies": {
"node-fetch": "^2.6.7"
},
"directories": {
"lib": "lib",
"src": "src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Andrea055/AdguardHomeAPI.git"
},
"keywords": [
"adguardhome"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/Andrea055/AdguardHomeAPI/issues"
},
"homepage": "https://github.com/Andrea055/AdguardHomeAPI#readme"
}