Files
flipper/desktop/headless-tests/package.json
generatedunixname89002005306973 ad8e8fbb24 Flipper Release: v0.66.0
Summary: Releasing version 0.66.0

Reviewed By: nikoant

Differential Revision: D25052024

fbshipit-source-id: 5ef39431905ca3bc2c4870bff2f8ae917ed1e81e
2020-11-18 03:13:31 -08:00

27 lines
538 B
JSON

{
"name": "flipper-headless-tests",
"version": "0.66.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": "^26"
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"babel-jest": "^26.2.2",
"canonical-json": "^0.0.4",
"lodash.memoize": "^4.1.2"
}
}