-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.17 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": "@botpress/gh-actions",
"version": "2.0.0",
"description": "Botpress Github Actions repo",
"author": "Botpress, Inc.",
"license": "AGPL-3.0",
"scripts": {
"eslint": "eslint '**/*.ts' --ext .ts",
"prettier": "prettier --check '**/*.ts' '!**/*.d.ts'",
"build": "yarn clean && yarn workspaces foreach -ptiv run build",
"clean": "yarn workspaces foreach -pti run clean",
"test": "jest",
"postinstall": "husky install"
},
"workspaces": [
"rename_binaries",
"get_release_details",
"fetch_release_changelogs",
"close_pull_request_issues",
"set_ssh_key",
"extract_info"
],
"devDependencies": {
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "38.0.6",
"husky": "^7.0.4",
"jest": "^27.5.1",
"pinst": "^3.0.0",
"prettier": "^2.6.0",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.3",
"ts-node": "^10.7.0"
},
"engines": {
"node": "12.18.1"
}
}