-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 837 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 837 Bytes
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": "iobroker-copilot-instructions",
"version": "0.4.0",
"description": "GitHub Copilot instructions template for ioBroker adapter development",
"keywords": [
"iobroker",
"github-copilot",
"adapter-development",
"template",
"instructions"
],
"homepage": "https://github.com/DrozmotiX/ioBroker-Copilot-Instructions#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/DrozmotiX/ioBroker-Copilot-Instructions.git"
},
"bugs": {
"url": "https://github.com/DrozmotiX/ioBroker-Copilot-Instructions/issues"
},
"license": "MIT",
"author": "DutchmanNL <rdrozda86@gmail.com>",
"private": true,
"scripts": {
"test": "./tests/test-runner.sh",
"check-version": "./scripts/check-template-version.sh",
"manage-version": "./scripts/manage-versions.sh"
}
}