UNPKG

rastrojs

Version:

Library for scraping Correios (Brazil) postal service and tracking orders.

30 lines (29 loc) 790 B
{ "name": "rastrojs", "version": "1.3.1", "description": "Library for scraping Correios (Brazil) postal service and tracking orders.", "main": "index.js", "scripts": { "build": "rm -rf dist && tsc" }, "repository": { "type": "git", "url": "git+https://github.com/talesluna/rastrojs.git" }, "keywords": [ "correios", "rastreamento", "objetos" ], "author": "Tales Luna <tales.ferreira.luna@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/talesluna/RastroJS/issues" }, "homepage": "https://github.com/talesluna/RastroJS#readme", "devDependencies": { "@types/node": "^22.10.5", "typescript": "^5.7.2" }, "types": "./index.d.ts" }