mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
20 lines
455 B
JSON
20 lines
455 B
JSON
{
|
|
"name": "meteor-modern-tests",
|
|
"version": "1.0.0",
|
|
"description": "Modern tests for Meteor",
|
|
"scripts": {
|
|
"test": "jest --config jest.config.js"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.21.3",
|
|
"babel-jest": "^29.0.0",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"execa": "^5.1.1",
|
|
"fs-extra": "^11.3.1",
|
|
"jest": "^29.0.0",
|
|
"jest-playwright-preset": "^3.0.1",
|
|
"playwright": "^1.55.0",
|
|
"wait-on": "^7.0.0"
|
|
}
|
|
}
|