-
-
Notifications
You must be signed in to change notification settings - Fork 255
/
package.json
32 lines (32 loc) · 920 Bytes
/
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
{
"name": "curso-typescript-zero-to-hero",
"version": "1.0.0",
"description": "Curso TypeScript - Zero to Hero!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glaucia86/curso-typescript-zero-to-hero.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/glaucia86/curso-typescript-zero-to-hero/issues"
},
"homepage": "https://github.com/glaucia86/curso-typescript-zero-to-hero#readme",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
},
"devDependencies": {
"git-commit-msg-linter": "^4.2.1",
"prettier": "2.8.7"
}
}