-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.31 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
{
"bin": {
"auro": "bin/index.js"
},
"dependencies": {
"@babel/eslint-parser": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@open-wc/dev-server-hmr": "^0.2.0",
"@web/dev-server": "^0.4.6",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"figlet": "^1.8.0",
"gradient-string": "^3.0.0",
"inquirer": "^12.1.0",
"ora": "^8.1.1"
},
"description": "A cli tool to support the Auro Design System",
"devDependencies": {
"@aurodesignsystem/eslint-config": "^1.3.3",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.15.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "3.3.3"
},
"engines": {
"node": "^18 || ^20"
},
"keywords": [
"alaska airlines",
"auro",
"design system",
"web components"
],
"license": "Apache-2.0",
"lint-staged": {
"*.js": [
"eslint --fix",
"prettier --write"
]
},
"name": "@aurodesignsystem/auro-cli",
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "npx eslint --fix",
"prepare": "husky",
"test": "echo \"Notice: no tests available\" && exit 0"
},
"type": "module",
"version": "0.0.1"
}