-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "sro-correios",
"version": "1.0.7",
"description": "JavaScript library for tracking orders through Correios (BR)",
"main": "dist/index.js",
"types": "index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc"
},
"prepublish": "tsc",
"keywords": [
"correios",
"rastreio",
"brasil",
"rastrear correios",
"encomendas",
"correios brasil",
"rastreamento",
"sro",
"tracking",
"api correios",
"correio",
"rastreio de pacotes",
"track"
],
"repository": {
"type": "git",
"url": "https://github.com/victoralvesf/sro-correios"
},
"author": "Victor Alves <viictor.alvess12@gmail.com",
"license": "MIT",
"devDependencies": {
"@types/capitalize": "^2.0.0",
"@types/node": "^17.0.14",
"@types/node-fetch": "^2.5.12",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"eslint": "^7.12.1",
"eslint-config-standard-with-typescript": "^21.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.0.0",
"typescript": "^4.5.5"
},
"dependencies": {
"capitalize": "^2.0.4",
"node-fetch": "^2.6.7"
}
}