24 lines
508 B
JSON
24 lines
508 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "lerna run test",
|
|
"bootstrap": "lerna bootstrap"
|
|
},
|
|
"presets": [
|
|
["@babel/preset-flow", {
|
|
"all": true
|
|
}]
|
|
],
|
|
"devDependencies": {
|
|
"@babel/preset-flow": "^7.8.3",
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.4.0",
|
|
"chai": "^4.2.0",
|
|
"chai-http": "^4.3.0",
|
|
"flow-bin": "^0.114.0",
|
|
"lerna": "^3.20.2",
|
|
"mocha": "^7.0.0",
|
|
"react-test-renderer": "^16.12.0"
|
|
}
|
|
}
|