-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
41 lines (41 loc) · 955 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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@gh-conf/gh-conf-write",
"version": "1.1.2",
"description": "Writes to github config",
"main": "index.js",
"files": [
"index.js",
"write-config.js"
],
"scripts": {
"test": "node_modules/mocha/bin/mocha tests/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arshadkazmi42/gh-conf-write.git"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.3.2"
},
"dependencies": {
"@gh-conf/gh-conf-constants": "^1.0.0",
"@gh-conf/gh-conf-path": "^1.0.0",
"@gh-conf/gh-conf-response": "^1.0.2",
"@gh-conf/gh-conf-validate": "^1.0.2"
},
"keywords": [
"github",
"github-config",
"write-github-config",
"write",
"conf",
"gh-config"
],
"author": "Arshad Kazmi",
"license": "MIT",
"bugs": {
"url": "https://github.com/arshadkazmi42/gh-conf-write/issues"
},
"homepage": "https://github.com/arshadkazmi42/gh-conf-write#readme"
}