-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "@alu0101106335/gh-issues",
"version": "1.0.2",
"description": "gh extension for issues",
"main": "gh-issues.js",
"scripts": {
"test": "mocha --reporter spec",
"docs:build": "documentation build gh-issues.js -f html -o docs",
"docs:serve": "documentation serve gh-issues.js",
"npm:publish": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ULL-MII-SYTWS-2122/gh-issues.git"
},
"keywords": [
"gh",
"extension",
"javascript"
],
"author": "PaulaExposito",
"license": "CC-BY-NC-4.0",
"bugs": {
"url": "https://github.com/ULL-MII-SYTWS-2122/gh-issues/issues"
},
"homepage": "https://github.com/ULL-MII-SYTWS-2122/gh-issues#readme",
"devDependencies": {
"chai": "^4.3.4",
"documentation": "^13.2.5",
"mocha": "^9.1.3"
},
"dependencies": {
"@octokit/core": "^3.5.1",
"commander": "^8.3.0",
"path": "^0.12.7",
"shelljs": "^0.8.4"
},
"bin": {
"gh-issues": "gh-issues.js"
}
}