-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.19 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.19 KB
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
{
"name": "defaultsortbot",
"version": "1.0.0",
"description": "add DEFAULTSORT automatically to mediawiki articles.",
"main": "main.js",
"scripts": {
"test": "npm run lint && npm run mocha",
"lint": "eslint *.js",
"mocha": "NODE_ENV=test mocha --require intelli-espower-loader",
"istanbul": "NODE_ENV=test istanbul cover _mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/kn1cht/defaultSortBot.git"
},
"author": "kn1cht",
"license": "MIT",
"dependencies": {
"config": "^4.4.1",
"japanese": "^1.1.0",
"js-yaml": "^4.1.1",
"kuromojin": "^2.0.0",
"node-cron": "^2.0.3",
"nodemw": "^0.3.5",
"unorm": "^1.4.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.4",
"@eslint/js": "^10.0.1",
"eslint": "^10.0.2",
"globals": "^17.3.0",
"intelli-espower-loader": "^1.0.1",
"istanbul": "^0.4.5",
"mocha": "^11.7.5",
"nock": "^12.0.0",
"power-assert": "^1.4.4",
"rewire": "^9.0.1"
},
"overrides": {
"serialize-javascript": "^7.0.3",
"form-data": "^4.0.0",
"qs": "^6.14.1",
"tough-cookie": "^5.0.0",
"diff": "^8.0.3"
}
}