-
Notifications
You must be signed in to change notification settings - Fork 108
/
package.json
38 lines (38 loc) · 1.25 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
{
"name": "dugite-native",
"description": "ad-hoc scripts for helping to contribute",
"scripts": {
"check": "tsc",
"update-git": "ts-node script/update-git.ts",
"update-git-lfs": "ts-node script/update-git-lfs.ts && npm run prettier-fix",
"update-git-credential-manager": "ts-node script/update-git-credential-manager.ts && npm run prettier-fix",
"generate-release-notes": "ts-node script/generate-release-notes.ts",
"prettier": "prettier -l \"**/*.y{,a}ml\" \"**/*.{js,ts,json}\"",
"prettier-fix": "prettier --write \"**/*.y{,a}ml\" \"**/*.{js,ts,json}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/desktop/dugite-native.git"
},
"author": "",
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/desktop/dugite-native/issues"
},
"homepage": "https://github.com/desktop/dugite-native#readme",
"devDependencies": {
"@octokit/rest": "^18.0.9",
"@types/glob": "^7.1.3",
"@types/node": "^14.14.6",
"@types/node-fetch": "^2.5.7",
"@types/semver": "^6.0.0",
"@types/yargs": "^13.0.3",
"glob": "^7.1.6",
"node-fetch": "^2.6.7",
"prettier": "^2.1.2",
"semver": "^6.1.1",
"ts-node": "^9.0.0",
"typescript": "^4.0.5",
"yargs": "^16.1.0"
}
}