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

15 lines
292 B
JSON

{
"license": "MPL-2.0",
"engines": {
"node": ">=8.9.4"
},
"scripts": {
"test": "jest",
"test-ci": "jest --json"
},
"dependencies": {
"jest": "^24.6.0",
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
"babel-plugin-add-module-exports": "1.0.4"
}
}