rues-api
Version:
RUES API wrapper
55 lines (54 loc) • 1.28 kB
JSON
{
"name": "rues-api",
"version": "0.5.25",
"description": "RUES API wrapper",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"homepage": "https://www.registronit.com",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint --fix",
"format": "prettier --write .",
"test": "vitest run",
"test:watch": "vitest",
"prepublishOnly": "npm run build && npm test"
},
"keywords": [
"RUES",
"NIT",
"API",
"Cámara de Comercio",
"Colombia",
"RUES API",
"NIT API",
"Registro Único Empresarial y Social"
],
"author": "Mauricio Robayo",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/MauricioRobayo/rues-api.git"
},
"bugs": {
"url": "https://github.com/MauricioRobayo/rues-api/issues"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/async-retry": "^1.4.9",
"@types/node": "^22.10.2",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-perfectionist": "^4.3.0",
"globals": "^15.14.0",
"msw": "^2.7.0",
"prettier": "3.4.2",
"tsup": "^8.3.5",
"typescript-eslint": "^8.18.1",
"vitest": "^2.1.8"
}
}