-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
57 lines (57 loc) · 1.61 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "brainly-scraper-v2",
"version": "2.0.15",
"description": "A library that makes it easy to retrieve data from brainly sites.",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
"clean": "rimraf build",
"test": "npm run build && node ./build/test.js",
"build": "npm run clean && tsc --build tsconfig.json",
"lint": "eslint \"src/**/*.ts\" --fix",
"prepare": "husky install",
"docs": "typedoc --footerTypedocVersion --footerDate --footerTime --favicon https://i.ibb.co/pyqPrLk/image.png",
"format": "prettier \"src/**/*.ts\" --write"
},
"author": {
"name": "Hanif Dwy Putra S",
"email": "[email protected]",
"url": "https://thehanifs.tech"
},
"license": "MIT",
"dependencies": {
"axios": "^0.27.2",
"piscina": "^3.2.0"
},
"devDependencies": {
"@types/node": "16.11.42",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"eslint": "8.19.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "8.5.0",
"husky": "8.0.1",
"prettier": "2.7.1",
"rimraf": "3.0.2",
"typedoc": "latest",
"typedoc-plugin-extras": "2.2.3",
"typescript": "4.7.4"
},
"repository": {
"url": "https://github.com/hansputera/brainly-scraper-languages"
},
"readme": "https://github.com/hansputera/brainly-scraper-languages/blob/master/README.md",
"maintainers": [
"hansputera"
],
"keywords": [
"brainly",
"brainly scrape",
"brainly-scraper",
"brainlys"
],
"engines": {
"node": ">=12.x"
},
"packageManager": "[email protected]"
}