-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.27 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
{
"name": "@gcommands/addons",
"version": "0.0.0",
"scripts": {
"lint": "eslint packages/**/*.ts",
"lint:fix": "eslint packages/**/*.ts --fix",
"format": "prettier --write packages/**/*.ts",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Garlic-Team/gcommands-addons.git"
},
"keywords": [],
"author": "Garlic-Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/Garlic-Team/gcommands-addons/issues"
},
"homepage": "https://github.com/Garlic-Team/gcommands-addons#readme",
"devDependencies": {
"@babel/cli": "7.17.10",
"@babel/core": "7.18.2",
"@babel/preset-env": "7.18.2",
"@babel/preset-typescript": "7.17.12",
"@commitlint/cli": "17.0.2",
"@commitlint/config-angular": "^17.0.0",
"@discordjs/ts-docgen": "0.4.1",
"@octokit/action": "^3.18.1",
"@types/node": "^17.0.33",
"@typescript-eslint/eslint-plugin": "5.27.0",
"@typescript-eslint/parser": "5.27.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "8.17.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"gen-esm-wrapper": "1.1.3",
"husky": "^8.0.1",
"lint-staged": "13.0.0",
"prettier": "2.6.2",
"typescript": "4.7.3"
}
}