mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 07:59:32 +01:00
32 lines
879 B
JSON
32 lines
879 B
JSON
|
{
|
||
|
"name": "cargo-semver-checks-action",
|
||
|
"version": "2.0.0",
|
||
|
"description": "Lint your crate API changes for semver violations.",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"build": "ncc build src/main.ts --license licenses.txt --minify"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/mgr0dzicki/cargo-semver-checks-action.git"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/mgr0dzicki/cargo-semver-checks-action/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/mgr0dzicki/cargo-semver-checks-action#readme",
|
||
|
"dependencies": {
|
||
|
"@actions-rs/core": "^0.1.6",
|
||
|
"@actions/core": "^1.10.0",
|
||
|
"@actions/github": "^5.1.1",
|
||
|
"@actions/io": "^1.1.2",
|
||
|
"@actions/tool-cache": "^2.0.1",
|
||
|
"@types/node-fetch": "^2.6.2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/node": "^18.11.18"
|
||
|
}
|
||
|
}
|