-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.55 KB
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
56
57
58
59
60
{
"name": "walter-teng",
"version": "0.0.8",
"description": "Get to know Walter Teng via npm",
"main": "index.js",
"type": "module",
"bin": {
"walter": "index.js",
"walter-teng": "index.js",
"wt": "index.js",
"walterteng": "index.js"
},
"scripts": {
"test": "node .",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"keywords": [
"walter teng",
"walter",
"teng"
],
"license": "MIT",
"repository": "davzoku/walter-teng-cli",
"author": {
"name": "Walter Teng",
"email": "walter.tengkw@gmail.com",
"url": "https://walterteng.com"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/eslint-parser": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@types/node": "^16.11.47",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"eslint": "^8.21.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^16.2.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-wesbos": "^3.0.2",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
},
"dependencies": {
"chalk": "^5.0.1",
"cli-handle-unhandled": "^1.1.1",
"cli-meow-help": "^3.1.0",
"cli-welcome": "^2.2.2",
"meow": "^10.1.3",
"nanospinner": "^1.1.0",
"rss-parser": "^3.12.0"
}
}