react-native-root-siblings
Version:
react native root sibling elements manager
54 lines (53 loc) • 1.34 kB
JSON
{
"version": "4.1.0",
"name": "react-native-root-siblings",
"repository": {
"type": "git",
"url": "git@github.com:magicismight/react-native-root-siblings.git"
},
"license": "MIT",
"main": "./lib/RootSiblingsManager.js",
"description": "react native root sibling elements manager",
"scripts": {
"lint": "npx tsc --noEmit && npx eslint \"./src/**/*.@(ts|tsx)\" --fix",
"test": "echo no tests",
"build": "npx tsc",
"prepublishOnly": "npm run build"
},
"lint-staged": {
"./src/**/*.{ts,tsx}": [
"npm run lint",
"git add"
]
},
"devDependencies": {
"@types/react": "^17.0",
"@types/react-native": "^0.63",
"@typescript-eslint/eslint-plugin": "^2.6.1",
"@typescript-eslint/parser": "^2.6.1",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-react-native": "^3.8.1",
"husky": "^3.1.0",
"lint-staged": "^9.5.0",
"np": "^5.2.1",
"prettier": "^1.19.1",
"typescript": "^3.7.3"
},
"keywords": [
"react-component",
"react-native",
"modal",
"ios",
"android"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}