18 lines
406 B
JSON
18 lines
406 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "lerna run test",
|
|
"bootstrap": "lerna bootstrap"
|
|
},
|
|
"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",
|
|
"lerna": "^3.20.2",
|
|
"mocha": "^7.0.0",
|
|
"react-test-renderer": "^16.12.0"
|
|
}
|
|
}
|