2019-09-12 16:44:29 +03:00
|
|
|
{
|
2019-09-15 12:24:13 +03:00
|
|
|
"name": "rust-toolchain",
|
2019-10-16 15:12:53 +03:00
|
|
|
"version": "1.0.3",
|
2019-09-12 16:44:29 +03:00
|
|
|
"private": false,
|
|
|
|
"description": "Install the Rust toolchain",
|
|
|
|
"main": "lib/main.js",
|
|
|
|
"directories": {
|
|
|
|
"lib": "lib",
|
|
|
|
"test": "__tests__"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "ncc build src/main.ts --minify",
|
2019-09-13 20:19:52 +03:00
|
|
|
"watch": "ncc build src/main.ts --watch",
|
2020-01-13 15:31:26 +02:00
|
|
|
"pretest": "git config core.hooksPath .githooks",
|
2019-09-12 16:44:29 +03:00
|
|
|
"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": {
|
2020-01-13 15:31:26 +02:00
|
|
|
"@actions-rs/core": "^0.0.8",
|
|
|
|
"@actions/core": "^1.2.0",
|
2019-09-13 20:19:52 +03:00
|
|
|
"@actions/exec": "^1.0.0",
|
2020-01-13 15:31:26 +02:00
|
|
|
"@actions/io": "^1.0.0"
|
2019-09-12 16:44:29 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-01-13 15:31:26 +02:00
|
|
|
"temp-write": "^4.0.0",
|
2019-11-18 09:38:03 +02:00
|
|
|
"@types/jest": "^24.0.23",
|
2019-12-02 09:24:54 +02:00
|
|
|
"@types/node": "^12.12.14",
|
2019-09-12 16:44:29 +03:00
|
|
|
"@zeit/ncc": "^0.20.5",
|
|
|
|
"jest": "^24.9.0",
|
|
|
|
"jest-circus": "^24.9.0",
|
2020-01-13 15:31:26 +02:00
|
|
|
"mock-env": "^0.2.0",
|
2019-11-25 09:32:41 +02:00
|
|
|
"ts-jest": "^24.2.0",
|
2019-11-11 12:08:56 +02:00
|
|
|
"typescript": "^3.7.2"
|
2019-09-12 16:44:29 +03:00
|
|
|
}
|
|
|
|
}
|