15 lines
292 B
JSON
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"
|
|
}
|
|
}
|