-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 977 Bytes
/
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
{
"name": "@fensak-io/senc-schemastore-ciconfig",
"version": "0.0.7",
"author": "Fensak, LLC <[email protected]> (https://fensak.io)",
"license": "MPL-2.0",
"description": "Type definitions for GitHub Actions configuration files derived from jsonschema definition.",
"homepage": "https://github.com/fensak-io/senc-jsonschema-githubactions#readme",
"repository": "https://github.com/fensak-io/senc-jsonschema-githubactions.git",
"bugs": {
"url": "https://github.com/fensak-io/senc-jsonschema-githubactions/issues"
},
"types": "index.d.ts",
"scripts": {
"build": "node build.mjs && prettier -w .",
"release": "semantic-release"
},
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"json-schema-to-typescript": "^13.1.1",
"prettier": "3.0.3",
"semantic-release": "^22.0.5"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}