{
"name": "scripts",
"version": "1.0.0",
"description": "",
"main": "crates-release.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node crates-release.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.2.6",
"@iarna/toml": "^2.2.5",
"semver": "^7.3.5"
}
}