mirror of
https://github.com/actions-rs/toolchain.git
synced 2024-11-10 19:46:32 +02:00
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "rust-toolchain",
|
|
"version": "1.0.5",
|
|
"private": false,
|
|
"description": "Install the Rust toolchain",
|
|
"main": "lib/main.js",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"scripts": {
|
|
"build": "ncc build src/main.ts --minify",
|
|
"watch": "ncc build src/main.ts --watch",
|
|
"pretest": "git config core.hooksPath .githooks",
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/actions-rs/toolchain.git"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"rust",
|
|
"rustup",
|
|
"toolchain"
|
|
],
|
|
"author": "actions-rs",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/actions-rs/toolchain/issues"
|
|
},
|
|
"dependencies": {
|
|
"@actions-rs/core": "^0.0.8",
|
|
"@actions/core": "^1.2.2",
|
|
"@actions/exec": "^1.0.3",
|
|
"@actions/io": "^1.0.2",
|
|
"npm-check-updates": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"temp-write": "^4.0.0",
|
|
"@types/jest": "^24.9.1",
|
|
"@types/node": "^13.5.0",
|
|
"@zeit/ncc": "^0.21.0",
|
|
"jest": "^25.1.0",
|
|
"jest-circus": "^25.1.0",
|
|
"mock-env": "^0.2.0",
|
|
"ts-jest": "^25.0.0",
|
|
"typescript": "^3.7.5"
|
|
}
|
|
}
|