mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-18 16:02:57 +00:00
29 lines
555 B
JSON
29 lines
555 B
JSON
{
|
|
"name": "@octokit/tsconfig",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"version": "1.0.2",
|
|
"description": "TypeScript configuration for Octokit packages",
|
|
"scripts": {
|
|
"test": "node -p 'require(\".\")'"
|
|
},
|
|
"main": "tsconfig.json",
|
|
"files": [
|
|
"tsconfig.json"
|
|
],
|
|
"repository": "https://github.com/octokit/tsconfig",
|
|
"author": "Gregor Martynus (https://dev.to/gr2m)",
|
|
"license": "MIT",
|
|
"release": {
|
|
"branches": [
|
|
"main"
|
|
]
|
|
},
|
|
"renovate": {
|
|
"extends": [
|
|
"github>octokit/.github"
|
|
]
|
|
}
|
|
}
|