{
"name": "snap",
"version": "0.0.1",
"public": false,
"description": "Snapshot testing CLI tool",
"main": "dist/main.js",
"license": "MIT",
"files": [
"src"
],
"scripts": {
"build": "rimraf dist && tsc --build",
"test": "echo 'no tests'",
"prettier": "prettier --write 'src/**/*.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/react-forget.git"
},
"dependencies": {
"@babel/code-frame": "^7.22.5",
"@babel/generator": "7.2.0",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/preset-flow": "^7.7.4",
"@babel/preset-typescript": "^7.18.6",
"@parcel/watcher": "^2.1.0",
"@testing-library/react": "^13.4.0",
"babel-plugin-syntax-hermes-parser": "^0.15.1",
"chalk": "4",
"fbt": "^1.0.0",
"glob": "^10.3.10",
"hermes-parser": "^0.19.1",
"jsdom": "^22.1.0",
"react": "19.0.0-beta-b498834eab-20240506",
"react-dom": "19.0.0-beta-b498834eab-20240506",
"readline": "^1.3.0",
"yargs": "^17.7.1"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/parser": "^7.19.1",
"@babel/plugin-syntax-typescript": "^7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/traverse": "^7.19.1",
"@types/babel__code-frame": "^7.0.6",
"@types/fbt": "^1.0.4",
"@types/glob": "^8.1.0",
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"rimraf": "^3.0.2"
},
"resolutions": {
"./**/@babel/parser": "7.7.4",
"./**/@babel/types": "7.7.4",
"@babel/core": "7.2.0",
"@babel/traverse": "7.1.6",
"@babel/preset-flow": "7.22.5"
}
}