mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 12:43:52 +08:00
b66fe5dd5f
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
24 lines
607 B
JSON
24 lines
607 B
JSON
{
|
|
"name": "@flarum/jest-config",
|
|
"version": "1.0.1",
|
|
"description": "Jest config for Flarum.",
|
|
"main": "index.cjs",
|
|
"author": "Flarum Team",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"prettier": "@flarum/prettier-config",
|
|
"dependencies": {
|
|
"@types/jest": "^29.2.2",
|
|
"flarum-webpack-config": "^2.0.1",
|
|
"flat": "^5.0.2",
|
|
"jest": "^29.3.1",
|
|
"jest-environment-jsdom": "^29.3.1",
|
|
"js-yaml": "^4.1.0",
|
|
"mithril-query": "^4.0.1",
|
|
"ts-jest": "^29.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.4.1"
|
|
}
|
|
}
|