-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 930 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 930 Bytes
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
{
"author": {
"name": "KudoAI & contributors",
"email": "opensource@kudoai.com",
"url": "https://www.kudoai.com"
},
"homepage": "https://amazongpt.kudoai.com",
"license": "MIT",
"funding": [
{
"type": "github",
"url": "http://github.com/sponsors/KudoAI"
},
{
"type": "paypal",
"url": "http://paypal.biz/kudoai"
}
],
"scripts": {
"prepare": "husky",
"lint": "eslint . --cache",
"lint:all": "eslint .",
"lint:fix": "eslint . --fix --cache",
"lint:fix-all": "eslint . --fix",
"translate": "translate-messages",
"bump:res": "node utils/bump/resources"
},
"devDependencies": {
"@eslint/json": "^1.2.0",
"@eslint/markdown": "^8.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"eslint": "^9.39.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-regexp": "^3.1.0",
"husky": "^9.1.7",
"ssri": "^13.0.1"
}
}