-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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": "@lavgup/mediawiki.js",
"version": "1.2.2",
"description": "A modern wrapper for the MediaWiki API.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest"
},
"keywords": [
"mediawiki",
"api",
"mediawiki-api",
"api-wrapper",
"fandom"
],
"author": "Lav",
"license": "MIT",
"homepage": "https://github.com/lavgup/mediawiki.js",
"repository": {
"url": "https://github.com/lavgup/mediawiki.js"
},
"bugs": {
"url": "https://github.com/lavgup/mediawiki.js/issues",
"email": "[email protected]"
},
"dependencies": {
"@types/got": "^9.6.11",
"@types/jest": "^26.0.20",
"@types/node": "^15.12.5",
"@types/tough-cookie": "^4.0.0",
"got": "^11.8.1",
"tough-cookie": "^4.0.0",
"tslib": "^2.1.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"eslint": "^7.18.0",
"jest": "^27.0.6",
"ts-jest": "^27.0.3",
"typescript": "^4.1.3"
}
}