-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1005 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
{
"name": "agent-php",
"version": "1.19.2",
"description": "The official agent PHP for Forest.",
"private": false,
"scripts": {
"postinstall": "husky install",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ForestAdmin/agent-php.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ForestAdmin/agent-php/issues"
},
"homepage": "https://github.com/ForestAdmin/agent-php#readme",
"devDependencies": {
"@commitlint/cli": "17.4.2",
"@commitlint/config-conventional": "17.4.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"husky": "^8.0.2",
"semantic-release": "19.0.5",
"semantic-release-slack-bot": "3.5.3"
},
"resolutions": {
"semantic-release-slack-bot/**/micromatch": "^4.0.8"
}
}