UNPKG

@cristiansantana/chile-rut

Version:

Javascript (Typescript ready) chilean RUT toolset: Validate, generate and verify format.

51 lines (50 loc) 1.38 kB
{ "name": "@cristiansantana/chile-rut", "version": "1.0.8", "description": "Javascript (Typescript ready) chilean RUT toolset: Validate, generate and verify format.", "engines": { "node": ">= 16.14" }, "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "build": "tsup", "format-check": "prettier \"**/*.{js,ts,json}\" --check --config .prettierrc.json", "format-write": "prettier \"**/*.{js,ts,json}\" --write --config .prettierrc.json", "prepublishOnly": "npm run build", "test": "npm run build && jest" }, "author": { "name": "Cristián Santana", "email": "hola@cristiansantana.cl" }, "license": "ISC", "repository": { "type": "git", "url": "https://github.com/cristiansantana/chile-rut.git" }, "publishConfig": { "access": "public" }, "keywords": [ "rut", "chilean rut", "rut chileno", "chile rut", "javascript", "js", "typescript", "ts" ], "devDependencies": { "@types/jest": "^29.5.2", "@types/node": "^20.3.1", "jest": "^29.5.0", "prettier": "^3.3.2", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", "tsup": "^8.1.0", "typescript": "^5.1.3" } }