react-rut
Version:
Chilean RUT for React
62 lines (61 loc) • 1.62 kB
JSON
{
"name": "react-rut",
"version": "1.0.0",
"description": "Chilean RUT for React",
"keywords": [
"react",
"chilean",
"rut",
"hooks"
],
"main": "dist/index.js",
"scripts": {
"test": "jest --verbose",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build": "tsc",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/afex-connect/react-rut.git"
},
"author": "Elvis Munoz <elvis.munoz.f@gmail.com>",
"bugs": {
"url": "https://github.com/afex-connect/react-rut/issues"
},
"homepage": "https://github.com/afex-connect/react-rut#readme",
"devDependencies": {
"@types/jest": "^26.0.14",
"@types/node": "^14.11.5",
"@types/react": "^16.9.55",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.11.0",
"eslint-config-semistandard": "^15.0.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import-length": "^1.0.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-simple-import-sort": "^5.0.3",
"eslint-plugin-standard": "^4.0.1",
"husky": "^4.3.0",
"jest": "^26.5.2",
"lint-staged": "^10.4.0",
"react": "^17.0.1",
"ts-jest": "^26.4.1",
"typescript": "^4.0.3"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{ts,tsx}": "eslint --fix"
},
"dependencies": {}
}