babel-plugin-react-native-testid
Version:
babel plugin for react native testid attributes
57 lines (56 loc) • 1.28 kB
JSON
{
"name": "babel-plugin-react-native-testid",
"version": "0.2.1",
"description": "babel plugin for react native testid attributes",
"license": "MIT",
"author": "superzcj (https://github.com/superzcj)",
"files": [
"dest",
"src"
],
"main": "dest/index.js",
"types": "dest/index.d.ts",
"keywords": [
"babel",
"babel plugin",
"react-native",
"testid"
],
"engines": {
"node": ">=10"
},
"scripts": {
"prebuild": "del dest",
"build": "tsc",
"prepublish": "yarn build && del dest/**/*.test.*",
"fmt": "prettier --write .",
"lint": "eslint src/**/*.ts",
"test": "jest",
"test:ci": "jest --coverage --ci --runInBand"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/types": "^7.9.5"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"devDependencies": {
"@akameco/tsconfig": "^0.4.0",
"@types/jest": "^25.2.1",
"@types/node": "^13.11.0",
"babel-log": "^2.0.0",
"babel-plugin-tester": "^9.0.0",
"del-cli": "^3.0.0",
"eslint": "^6.8.0",
"eslint-config-precure": "^5.4.0",
"husky": "^4.2.3",
"jest": "^25.2.7",
"lint-staged": "^10.1.2",
"prettier": "^2.0.4",
"ts-jest": "^25.2.1",
"typescript": "^3.8.3"
}
}