get-mexican-data-by-curp
Version:
Verify CURP and obtain personal information from the Mexican government CURP. It scrapes official site and another providers.
85 lines (84 loc) • 2.27 kB
JSON
{
"name": "get-mexican-data-by-curp",
"version": "0.7.5-beta",
"description": "Verify CURP and obtain personal information from the Mexican government CURP. It scrapes official site and another providers.",
"main": "./lib/src/index.js",
"files": [
"lib/**/*"
],
"scripts": {
"build": "tsc",
"clean": "rm -rf ./lib/",
"cm": "cz",
"coverage": "codecov",
"lint": "eslint ./src/ --fix",
"prepare": "husky install",
"semantic-release": "semantic-release",
"test:watch": "jest --watch",
"test": "jest --coverage",
"typecheck": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanchezcarlosjr/curp.git"
},
"license": "MIT",
"author": {
"name": "Carlos Eduardo Sanchez Torres (sanchezcarlosjr)",
"email": "hello@sanchezcarlosjr.com",
"url": "https://sanchezcarlosjr.com/"
},
"engines": {
"node": ">=12.0"
},
"keywords": [
"curp",
"mexico",
"government"
],
"bugs": {
"url": "https://github.com/sanchezcarlosjr/curp/issues"
},
"homepage": "https://sanchezcarlosjr.com/kyc-arsus/J2pocdBu0SUdQ4bw8Rwq",
"dependencies": {
"2captcha": "^3.0.3",
"axios": "^0.26.1"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/plugin-transform-modules-commonjs": "^7.17.9",
"@babel/preset-typescript": "^7.16.7",
"@types/jest": "^26.0.24",
"@types/node": "^12.20.11",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"codecov": "^3.8.1",
"commitizen": "^1.0.4",
"cz-conventional-changelog": "^3.0.1",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^6.0.0",
"jest": "^27.2.0",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"semantic-release": "^19.0.2",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.2.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"*.ts": "eslint --cache --cache-location .eslintcache --fix"
},
"release": {
"branches": [
"main"
]
}
}