-
-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
29 lines (29 loc) · 865 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
{
"name": "design-patterns-in-typescript",
"version": "1.0.0",
"description": "Design Patterns In TypeScript",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sean-Bradley/Design-Patterns-In-TypeScript.git"
},
"keywords": [
"DesignPatterns",
"TypeScript"
],
"author": "Sean Bradley",
"license": "Copyright 2021 Sean Bradley All Rights Reserved",
"bugs": {
"url": "https://github.com/Sean-Bradley/Design-Patterns-In-TypeScript/issues"
},
"homepage": "https://github.com/Sean-Bradley/Design-Patterns-In-TypeScript#readme",
"devDependencies": {
"@types/node": "^14.14.41",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.24.0",
"typescript": "^5.3.3"
}
}