-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 873 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 873 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
29
30
31
32
33
34
35
36
37
{
"name": "@codesweets/github",
"version": "1.0.4",
"description": "Tasks that interact directly with GitHub.",
"keywords": [
"codesweets-tasks"
],
"main": "bin/main.js",
"types": "src/main.ts",
"scripts": {
"build": "./build.sh",
"test": "./test.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/codesweets/github.git"
},
"publishConfig": {
"access": "public"
},
"author": "Trevor Sundberg",
"license": "MIT",
"dependencies": {
"@codesweets/core": "^1.0.37",
"@codesweets/file": "^1.0.9",
"@codesweets/git": "^1.0.4",
"@octokit/rest": "^16.28.2",
"@types/node": "^12.0.10"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"codesweets": "^1.0.35",
"eslint": "^5.16.0",
"typescript": "^3.4.5"
}
}