forked from ForestAdmin/laravel-forestadmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 874 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
{
"name": "laravel-forestadmin",
"version": "3.0.1",
"description": "The official Laravel liana for Forest.",
"scripts": {
"prepare": "husky install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ForestAdmin/laravel-forestadmin.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ForestAdmin/laravel-forestadmin/issues"
},
"homepage": "https://github.com/ForestAdmin/laravel-forestadmin#readme",
"devDependencies": {
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"husky": "7.0.0",
"semantic-release": "19.0.2",
"semantic-release-slack-bot": "3.5.2"
}
}