Source code

Revision control

Copy as Markdown

Other Tools

{
"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"
}
}