@fullstory/babel-plugin-react-native
Version:
The official FullStory React Native babel plugin
59 lines (58 loc) • 1.42 kB
JSON
{
"name": "@fullstory/babel-plugin-react-native",
"version": "1.3.1",
"description": "The official FullStory React Native babel plugin",
"repository": "git://github.com/fullstorydev/fullstory-babel-plugin-react-native.git",
"homepage": "https://github.com/fullstorydev/fullstory-babel-plugin-react-native",
"author": "FullStory",
"license": "MIT",
"keywords": [
"babel",
"plugin",
"fullstory",
"react",
"react-native"
],
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"clean": "rm -rf lib",
"build": "babel src -d lib",
"lint": "eslint ./src",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@babel/parser": "^7.0.0",
"@babel/types": "^7.0.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.3",
"@babel/eslint-parser": "^7.22.15",
"@babel/helper-plugin-test-runner": "^7.0.0",
"@babel/plugin-syntax-flow": "^7.0.0",
"@babel/plugin-syntax-jsx": "^7.0.0",
"@babel/preset-env": "7.0.0",
"babel-plugin-tester": "^11.0.4",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"jest": "^29.7.0",
"prettier": "3.0.3"
},
"jest": {
"roots": [
"<rootDir>/__tests__/"
],
"testPathIgnorePatterns": [
"<rootDir>/__tests__/fixtures/*"
]
},
"babel": {
"presets": [
"@babel/preset-env"
]
}
}