-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 770 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 770 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
{
"name": "wikipedia-scripts",
"type": "module",
"scripts": {
"build": "bun compile.ts",
"prepare": "husky"
},
"prettier": "@eejit/prettier-config",
"devDependencies": {
"@dword-design/eslint-plugin-import-alias": "^8.1.8",
"@eejit/eslint-config-typescript": "^18.1.0",
"@eejit/prettier-config": "^3.6.2",
"@eejit/stylelint-config": "^6.0.0",
"@types/oojs": "^7.0.7",
"@types/oojs-ui": "^0.50.0",
"esbuild": "^0.28.1",
"esbuild-postcss": "^0.0.4",
"husky": "^9.1.7",
"postcss-preset-env": "^11.3.2",
"stylelint": "^17.14.0",
"types-mediawiki": "^2.1.0",
"types-mediawiki-api": "^2.1.0",
"typescript": "^6.0.3"
}
}