-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 858 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 858 Bytes
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
{
"name": "wikiploy",
"version": "2.3.2",
"description": "User scripts and gadgets deployment for MediaWiki (Wikipedia).",
"main": "src/index.js",
"type": "module",
"scripts": {
"bump": "bump patch",
"test:run": "vitest run",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eccenux/Wikiploy.git"
},
"keywords": [
"Mediawiki",
"Wikipedia",
"deploy",
"rollout",
"gadgets"
],
"author": "Maciej Nux Jaros",
"license": "MIT",
"bugs": {
"url": "https://github.com/Eccenux/Wikiploy/issues"
},
"homepage": "https://github.com/Eccenux/Wikiploy#readme",
"engines": {
"node": ">=14"
},
"dependencies": {
"mwn": "3.0.x"
},
"devDependencies": {
"bump-version": "0.5.0",
"chai": "6.x",
"eslint": "9.x",
"vitest": "^4.1.0"
}
}