-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
54 lines (54 loc) · 1.98 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
{
"name": "@algolia/api-client-automation",
"version": "0.0.1",
"private": true,
"description": "The best repository",
"workspaces": [
"scripts/",
"playground/javascript/node/",
"docs/snippets/javascript/",
"docs/guides/javascript/",
"eslint"
],
"scripts": {
"build": "yarn build:eslint && yarn scripts:build",
"build:eslint": "yarn workspace eslint-plugin-automation-custom build && yarn install",
"clean": "rm -rf **/dist **/build **/.build **/node_modules **/.gradle **/vendor **/bin **/obj **/__pycache__ || true",
"cli": "cd scripts && yarn build:cli && yarn start",
"docker:setup": "./scripts/docker/setup.sh",
"fix:json": "eslint --ext=json . --fix",
"fix:mustache": "eslint --ext=mustache templates/**/tests/ --fix",
"github-actions:lint": "eslint --ext=yml .github/",
"postinstall": "husky && yarn workspace eslint-plugin-automation-custom build && yarn workspace scripts build:cli",
"playground:browser": "yarn workspace javascript-browser-playground start",
"scripts:build": "yarn workspace scripts build",
"scripts:lint": "yarn workspace scripts lint",
"scripts:test": "yarn workspace scripts test",
"specs:fix": "eslint --ext=yml specs/$0 --fix",
"specs:lint": "eslint --ext=yml specs/$0",
"website": "cd website && yarn start",
"website:build": "bash scripts/website/build.sh"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.15.0",
"@redocly/cli": "1.25.10",
"eslint": "8.57.1",
"eslint-plugin-automation-custom": "1.0.0",
"eslint-plugin-json": "4.0.1",
"eslint-plugin-yml": "1.15.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"oxlint": "0.10.3",
"pinst": "3.0.0",
"prettier": "3.3.3",
"prettier-plugin-java": "2.6.5",
"prettier-plugin-organize-imports": "4.1.0",
"renovate-config-algolia": "2.2.0",
"typescript": "5.6.3"
},
"packageManager": "[email protected]",
"engines": {
"node": "^22.0.0",
"yarn": "^4.0.0"
}
}