forked from scratchfoundation/scratch-link
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 825 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
{
"name": "scratch-link",
"version": "2.1.0-develop.10",
"description": "Scratch Link is not published as an NPM package. This file only exists to facilitate installation of devDependencies.",
"author": "Scratch Foundation",
"license": "BSD-3-Clause",
"scripts": {
"prepare": "husky install"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"devDependencies": {
"@commitlint/cli": "17.6.1",
"@commitlint/config-conventional": "17.6.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "10.0.3",
"@semantic-release/release-notes-generator": "10.0.3",
"husky": "8.0.3",
"scratch-vm": "3.0.15",
"semantic-release": "21.0.1"
}
}