trisquel-icecat/icecat/devtools/client/aboutdebugging/test/node/package.json
2025-10-06 02:35:48 -06:00

22 lines
543 B
JSON

{
"license": "MPL-2.0",
"engines": {
"node": ">=8.9.4"
},
"scripts": {
"test": "jest",
"test-ci": "jest --json"
},
"dependencies": {
"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
"babel-plugin-add-module-exports": "1.0.4",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.13.2",
"enzyme-to-json": "^3.3.5",
"jest": "^24.6.0",
"react": "16.4.1",
"react-dom": "16.4.1",
"react-test-renderer": "16.4.1"
}
}