rs-cargo/package.json
dependabot-preview[bot] 2daac5e246 Bump @actions-rs/core from 0.0.5 to 0.0.7
Bumps [@actions-rs/core](https://github.com/actions-rs/core) from 0.0.5 to 0.0.7.
- [Release notes](https://github.com/actions-rs/core/releases)
- [Commits](https://github.com/actions-rs/core/commits/v0.0.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-21 07:41:23 +00:00

45 lines
1.1 KiB
JSON

{
"name": "rust-cargo",
"version": "1.0.1",
"private": false,
"description": "Run cargo command",
"main": "lib/main.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"scripts": {
"build": "ncc build src/main.ts --minify",
"watch": "ncc build src/main.ts --watch --minify",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions-rs/cargo.git"
},
"keywords": [
"actions",
"rust",
"cargo"
],
"author": "actions-rs",
"license": "MIT",
"bugs": {
"url": "https://github.com/actions-rs/cargo/issues"
},
"dependencies": {
"@actions-rs/core": "0.0.7",
"@actions/core": "^1.1.1",
"string-argv": "^0.3.1"
},
"devDependencies": {
"@types/jest": "^24.0.19",
"@types/node": "^12.11.1",
"@zeit/ncc": "^0.20.5",
"jest": "^24.9.0",
"jest-circus": "^24.9.0",
"ts-jest": "^24.1.0",
"typescript": "^3.6.4"
}
}