2022-04-01 18:49:18 -04:00
|
|
|
{
|
|
|
|
"name": "scratch-link",
|
2023-09-25 08:58:44 -04:00
|
|
|
"version": "2.1.0-develop.10",
|
2022-04-01 18:49:18 -04:00
|
|
|
"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",
|
2023-04-05 13:05:27 -04:00
|
|
|
"scripts": {
|
2023-04-05 18:03:51 -04:00
|
|
|
"prepare": "husky install"
|
2023-04-05 13:05:27 -04:00
|
|
|
},
|
2023-04-05 15:52:31 -04:00
|
|
|
"config": {
|
|
|
|
"commitizen": {
|
|
|
|
"path": "cz-conventional-changelog"
|
|
|
|
}
|
|
|
|
},
|
2022-04-01 18:49:18 -04:00
|
|
|
"devDependencies": {
|
2023-04-17 05:36:41 -04:00
|
|
|
"@commitlint/cli": "17.6.1",
|
|
|
|
"@commitlint/config-conventional": "17.6.1",
|
2023-04-05 13:05:27 -04:00
|
|
|
"@semantic-release/changelog": "6.0.3",
|
|
|
|
"@semantic-release/commit-analyzer": "9.0.2",
|
|
|
|
"@semantic-release/git": "10.0.1",
|
2023-04-10 12:04:16 -04:00
|
|
|
"@semantic-release/npm": "10.0.3",
|
2023-04-05 13:05:27 -04:00
|
|
|
"@semantic-release/release-notes-generator": "10.0.3",
|
2023-04-05 15:50:49 -04:00
|
|
|
"husky": "8.0.3",
|
2024-03-07 03:16:19 -05:00
|
|
|
"scratch-vm": "3.0.15",
|
2023-04-05 13:05:27 -04:00
|
|
|
"semantic-release": "21.0.1"
|
2022-04-01 18:49:18 -04:00
|
|
|
}
|
|
|
|
}
|