package.json (292B)
1 { 2 "license": "MPL-2.0", 3 "engines": { 4 "node": ">=8.9.4" 5 }, 6 "scripts": { 7 "test": "jest", 8 "test-ci": "jest --json" 9 }, 10 "dependencies": { 11 "jest": "^24.6.0", 12 "@babel/plugin-transform-modules-commonjs": "^7.23.0", 13 "babel-plugin-add-module-exports": "1.0.4" 14 } 15 }