-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.46 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
49
50
51
52
53
54
55
{
"author": {
"name": "Lucas Dias",
"url": "https://github.com/Diaszano"
},
"bugs": {
"url": "https://github.com/Diaszano/linketrackjs/issues"
},
"description": "Uma interface amigável para a API de rastreamento de encomendas dos Correios desenvolvida pela Link & Track.",
"devDependencies": {
"@types/node": "^20.10.2",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"dotenv": "^16.3.1",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-security": "^1.7.1",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.8",
"typedoc": "^0.25.4",
"typescript": "^5.3.2",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.6",
"vitest-mock-extended": "^1.3.1"
},
"keywords": [
"correios",
"rastreamento",
"logística",
"encomendas",
"API",
"typescript",
"javascript",
"desenvolvimento",
"linketrackjs"
],
"license": "MIT",
"main": "dist/linkAndTrack.js",
"name": "linketrackjs",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:Diaszano/linketrackjs.git"
},
"scripts": {
"build": "tsc && tsc-alias",
"format": "eslint 'src/**' --fix && prettier --write 'src/**'",
"lint": "eslint 'src/**' && prettier --check 'src/**'",
"test": "vitest"
},
"types": "dist/linkAndTrack.d.ts",
"version": "2.0.2"
}