-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.json
33 lines (33 loc) · 928 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
{
"name": "forest-rails",
"version": "9.4.2",
"description": "The official Rails liana for Forest.",
"directories": {
"test": "test"
},
"scripts": {
"prepare": "husky install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ForestAdmin/forest-rails.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ForestAdmin/forest-rails/issues"
},
"homepage": "https://github.com/ForestAdmin/forest-rails#readme",
"devDependencies": {
"@commitlint/cli": "17.4.2",
"@commitlint/config-conventional": "17.4.2",
"@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.5",
"semantic-release-rubygem": "1.2.0",
"semantic-release-slack-bot": "3.5.2"
}
}