forked from wikimedia-gadgets/afc-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "afch-helper",
"version": "0.9.3",
"description": "A localized version tool for reviewing Articles for Creation submissions on the Thai Wikipedia.",
"homepage": "https://github.com/ptsgrn/afch-rewrite",
"bugs": {
"url": "https://github.com/ptsgrn/afch-rewrite/issues"
},
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/ptsgrn/afch-rewrite.git"
},
"scripts": {
"test": "grunt test",
"lint": "grunt lint"
},
"dependencies": {
"hogan.js": "^3.0.2"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-wikimedia": "^0.28.2",
"grunt": "^1.4.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-less": "^3.0.0",
"grunt-eslint": "^24.3.0",
"grunt-exec": "^3.0.0",
"jest-cli": "^27.0.6",
"jquery": "^3.6.0"
},
"jest": {
"testEnvironment": "jsdom",
"testMatch": [
"**/tests/**/test-*.[jt]s?(x)",
"**/?(*.)+(spec|test).[jt]s?(x)"
]
}
}