-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.34 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
{
"name": "typescript-solid-pattern",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "naohito-T",
"license": "MIT",
"keywords": [
"typescript",
"design",
"pattern",
"GoF"
],
"engines": {
"node": "^18.17.1",
"yarn": "^1.22.19"
},
"engineStrict": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"chalk": "^4.1.2",
"commander": "^11.0.0",
"i18next": "^23.5.1",
"inquirer": "^8.2.6",
"pino": "^8.15.1",
"pino-pretty": "^10.2.0"
},
"devDependencies": {
"@swc-node/jest": "^1.6.7",
"@swc/core": "1.3.82",
"@swc/helpers": "^0.5.2",
"@types/commander": "^2.12.2",
"@types/inquirer": "^8.2.6",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.50.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.0",
"eslint-plugin-unused-imports": "^3.0.0",
"jest": "^29.7.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2"
},
"packageManager": "yarn@3.6.4"
}