This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.61 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
{
"name": "@spear-ai/github-labels",
"version": "1.2.0",
"description": "Spear AI GitHub labels",
"keywords": [
"Spear",
"ai",
"GitHub",
"labels"
],
"license": "MIT",
"author": "Spear AI",
"main": "labels.json",
"repository": "github:spear-ai/github-labels",
"scripts": {
"check": "yarn run lint",
"ci": "act --container-architecture=linux/amd64 --platform=ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-latest",
"fix": "yarn run lint:json --fix",
"lint": "yarn run lint:json && yarn run lint:json",
"lint:json": "eslint . --ext .json",
"lint:package": "npmPkgJsonLint .",
"outdated": "yarn outdated",
"postinstall": "husky install",
"prepare": "husky install",
"release-please": "release-please",
"sync": "github-label-sync --allow-added-labels",
"sync:dry-run": "github-label-sync --allow-added-labels --dry-run",
"sync:init": "github-label-sync",
"update": "yarn run update:js && yarn run update:yarn",
"update:js": "yarn upgrade-interactive --latest",
"update:yarn": "yarn policies set-version",
"validate": "ajv validate -c ajv-keywords -d labels.json -s schema.json"
},
"dependencies": {
"github-label-sync": "2.2.0"
},
"devDependencies": {
"@commitlint/cli": "17.0.2",
"@commitlint/config-conventional": "17.0.2",
"ajv": "8.11.0",
"ajv-cli": "5.0.0",
"ajv-keywords": "5.1.0",
"eslint": "8.17.0",
"eslint-plugin-jsonc": "2.3.0",
"husky": "8.0.1",
"npm-package-json-lint": "6.3.0",
"npm-package-json-lint-config-default": "5.0.0",
"release-please": "13.18.0"
},
"private": true
}