-
Notifications
You must be signed in to change notification settings - Fork 78
/
package.json
36 lines (36 loc) · 961 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
{
"name": "cli",
"version": "1.0.0",
"description": "Issues Only repository for the community to submit feedback, raise issues and propose enhancements to the Salesforce CLI.",
"scripts": {
"build": "tsc --build"
},
"husky": {
"hooks": {
"pre-commit": "yarn build && git add .github/actions/**/lib"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/forcedotcom/cli.git"
},
"author": "Lisa Morgan",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"semver": "^7.5.2"
},
"devDependencies": {
"@octokit/webhooks-definitions": "^3.67.3",
"@salesforce/dev-config": "^2.0.0",
"@types/node": "^20.11.17",
"@types/semver": "^7.5.0",
"husky": "^4.3.0",
"prettier": "^1.19.1",
"typescript": "4.9.5"
},
"bugs": {
"url": "https://github.com/forcedotcom/cli/issues"
},
"homepage": "https://github.com/forcedotcom/cli#readme"
}