@jaguarsolucoes/correios
Version:
Biblioteca cliente de informações dos correios.
41 lines (40 loc) • 1.02 kB
JSON
{
"name": "@jaguarsolucoes/correios",
"version": "0.3.1",
"description": "Biblioteca cliente de informações dos correios.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "./node_modules/.bin/tsc",
"test": "jest",
"coverage": "jest --coverage"
},
"repository": "https://github.com/JaguarSolucoes/correios.git",
"keywords": [
"correios",
"rastreio",
"brasil",
"react-native",
"typescript",
"library"
],
"author": "JaguarSolucoes",
"license": "MIT",
"bugs": {
"url": "https://github.com/JaguarSolucoes/correios/issues"
},
"homepage": "https://github.com/JaguarSolucoes/correios#readme",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/fast-html-parser": "^1.0.1",
"@types/jest": "^26.0.19",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
},
"dependencies": {
"axios": "^0.19.2",
"fast-html-parser": "^1.0.1",
"react-native-cheerio": "^1.0.0-rc.4"
}
}