Files
flipper/desktop/headless-tests/package.json
generatedunixname89002005306973 b18760823d Flipper Release: v0.44.1
Summary: Releasing version 0.44.1

Reviewed By: passy

Differential Revision: D21767292

fbshipit-source-id: 94276959d0421fa687cc24f9553a0951b398ea56
2020-05-29 05:02:23 -07:00

28 lines
576 B
JSON

{
"name": "flipper-headless-tests",
"version": "0.44.1",
"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"
}
}