mirror of
https://github.com/scratchfoundation/scratch-link.git
synced 2024-11-14 19:05:03 -05:00
27 lines
825 B
JSON
27 lines
825 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|