Files
flipper/desktop/headless-tests/package.json
generatedunixname89002005306973 23d80bf3d5 Flipper Release: v0.45.0
Summary: Releasing version 0.45.0

Reviewed By: mweststrate

Differential Revision: D21860035

fbshipit-source-id: 58af5bbc4e743024beac925eac8012e64bd76aa9
2020-06-03 08:28:54 -07:00

28 lines
576 B
JSON

{
"name": "flipper-headless-tests",
"version": "0.45.0",
"main": "index.js",
"private": true,
"scripts": {
"test": "jest",
"test:debug": "node --inspect node_modules/.bin/jest --runInBand"
},
"jest": {
"transform": {
"^.+\\.jsx?$": "babel-jest"
}
},
"devDependencies": {
"jest": "^24.7.1"
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-flow": "^7.9.0",
"babel-jest": "^24.8.0",
"canonical-json": "^0.0.4",
"lodash.memoize": "^4.1.2"
}
}