-
-
Notifications
You must be signed in to change notification settings - Fork 90
/
package.json
36 lines (36 loc) · 1.18 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
{
"private": true,
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.7",
"@babel/plugin-syntax-import-attributes": "^7.25.7",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"events": "^3.3.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"ltx": "git://github.com/xmppjs/ltx.git#d351ffa26ef1c5f2fbee7888d0bcd5047eb8a988",
"postcss": "^8.4.14",
"prettier": "3.0.3",
"rollup": "^2.76.0",
"rollup-plugin-ignore": "^1.0.10",
"rollup-plugin-node-polyfills": "^0.2.1"
},
"type": "module",
"scripts": {
"prepare": "husky install"
},
"lint-staged": {
"*.{json,md,yaml,yml}": "prettier --write",
"*.{js,cjs,mjs}": "eslint --fix",
"*.css": "./build-aux/fun workbench-cli format css",
"*.py": "./build-aux/fun workbench-cli format python",
"*.rs": "./build-aux/fun rustfmt --edition 2021",
"*.blp": "./build-aux/fun workbench-cli format blueprint",
"*.vala": "./build-aux/fun workbench-cli format vala"
}
}