-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.16 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
56
57
58
59
60
{
"name": "ausg",
"version": "1.0.5",
"license": "MIT",
"main": "dist/index.js",
"type": "module",
"bin": {
"ausg": "dist/cli.js"
},
"engines": {
"node": ">=16"
},
"scripts": {
"build": "tsc"
},
"files": [
"dist/**/*",
"README.md"
],
"description": "AUSG CLI",
"keywords": [
"ausg",
"aws",
"college student",
"developer",
"cloud",
"community"
],
"repository": {
"type": "git",
"url": "https://github.com/grayashh/ausg-cli"
},
"author": {
"name": "Taekang Kim",
"email": "k_2684@naver.com",
"url": "https://grayash.vercel.app"
},
"bugs": {
"url": "https://github.com/grayashh/ausg-cli/issues"
},
"dependencies": {
"ink": "^4.3.1",
"ink-big-text": "^2.0.0",
"ink-gradient": "^3.0.0",
"meow": "^12.0.1",
"react": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.20",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"chalk": "^5.3.0",
"eslint": "^8.47.0",
"typescript": "^5.1.6"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}