mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 11:46:43 -06:00
e26e24b610
* update deps * wip * Revert "wip" This reverts commit 393de249fe248ae181221266e0b7828a3ac53152. * wip * wip * wip * wip
24 lines
560 B
JSON
24 lines
560 B
JSON
{
|
|
"name": "changelog-checker",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"scripts": {
|
|
"run": "vite-node src/index.ts",
|
|
"test": "vitest run",
|
|
"test:coverage": "vitest run --coverage"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mdast": "4.0.4",
|
|
"@types/node": "22.9.0",
|
|
"@vitest/coverage-v8": "1.1.3",
|
|
"mdast-util-to-string": "4.0.0",
|
|
"remark": "15.0.1",
|
|
"remark-parse": "11.0.0",
|
|
"typescript": "5.6.3",
|
|
"unified": "11.0.5",
|
|
"vite": "5.4.11",
|
|
"vite-node": "1.1.3",
|
|
"vitest": "1.1.3"
|
|
}
|
|
}
|