-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 829 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 829 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
{
"name": "@codesweets/git",
"version": "1.0.4",
"description": "Tasks for performing git operations.",
"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/git.git"
},
"publishConfig": {
"access": "public"
},
"author": "Trevor Sundberg",
"license": "MIT",
"dependencies": {
"@codesweets/core": "^1.0.37",
"@codesweets/file": "^1.0.8",
"@types/node": "^12.0.10",
"isomorphic-git": "^0.55.4"
},
"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"
}
}