@devoxs/ati-doc-validator
Version:
Libreria de validacion de documentos oficiales del Ecuador
49 lines (48 loc) • 1.35 kB
JSON
{
"name": "@devoxs/ati-doc-validator",
"version": "2.1.0",
"description": "Libreria de validacion de documentos oficiales del Ecuador",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"test": "jest --config jestconfig.json",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare" : "npm run build",
"prepublishOnly" : "npm test && npm run lint",
"preversion" : "npm run lint",
"version" : "npm run format && git add -A src",
"postversion" : "git push && git push --tags"
},
"files": [
"lib/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jlsubia404/ati-doc-validator.git"
},
"keywords": [
"Ecuador",
"cedula",
"RUC",
"validacion",
"Open Source"
],
"author": "Jorge Subia - Devoxs",
"license": "MIT",
"bugs": {
"url": "https://github.com/jlsubia404/ati-doc-validator/issues"
},
"homepage": "https://github.com/jlsubia404/ati-doc-validator#readme",
"devDependencies": {
"@types/jest": "^25.2.3",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"ts-jest": "^26.0.0",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.9.3"
}
}