Merge remote-tracking branch 'misskey-dev/develop' into io
This commit is contained in:
commit
3020d65365
23 changed files with 668 additions and 350 deletions
|
|
@ -15,7 +15,8 @@
|
|||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "pnpm tsc-esm && pnpm tsc-dts",
|
||||
"build": "pnpm run build:tsc",
|
||||
"build:tsc": "pnpm tsc-esm && pnpm tsc-dts",
|
||||
"tsc-esm": "tsc --outDir built/esm",
|
||||
"tsc-dts": "tsc --outDir built/dts --declaration true --emitDeclarationOnly true --declarationMap true",
|
||||
"watch": "nodemon -w src -e ts,js,cjs,mjs,json --exec \"pnpm run build\"",
|
||||
|
|
@ -38,9 +39,9 @@
|
|||
"@misskey-dev/eslint-plugin": "1.0.0",
|
||||
"@swc/jest": "0.2.36",
|
||||
"@types/jest": "29.5.12",
|
||||
"@types/node": "20.11.16",
|
||||
"@typescript-eslint/eslint-plugin": "6.18.1",
|
||||
"@typescript-eslint/parser": "6.18.1",
|
||||
"@types/node": "20.11.17",
|
||||
"@typescript-eslint/eslint-plugin": "6.21.0",
|
||||
"@typescript-eslint/parser": "6.21.0",
|
||||
"eslint": "8.56.0",
|
||||
"jest": "29.7.0",
|
||||
"jest-fetch-mock": "3.0.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue