-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "node-annonfiles",
"version": "2.0.7",
"description": "Annonfiles is an unofficial API for uploading files also downloading.",
"main": "./dist/index.js",
"keywords": [
"annonfiles",
"files",
"upload",
"download"
],
"scripts": {
"build": "tsc",
"lint": "eslint src --ext .ts,.json"
},
"repository": "git://github.com/CA1R7/node-annonfiles.git",
"bin": {
"annonfiles": "./dist/index.js"
},
"dependencies": {
"cheerio": "^1.0.0-rc.10",
"htmlparser2": "^7.0.0",
"request": "^2.88.2",
"typescript": "^4.4.2"
},
"devDependencies": {
"@types/cheerio": "^0.22.30",
"@types/htmlparser2": "^3.10.3",
"@types/node": "^16.11.11",
"@types/request": "^2.48.7",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.0"
},
"author": "cairbyte71",
"license": "Apache-2.0"
}