mirror of
https://github.com/actions-rs/cargo.git
synced 2024-11-10 19:46:32 +02:00
ec4ebbc81f
Bumps [@zeit/ncc](https://github.com/zeit/ncc) from 0.21.0 to 0.21.1. - [Release notes](https://github.com/zeit/ncc/releases) - [Commits](https://github.com/zeit/ncc/compare/0.21.0...0.21.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "rust-cargo",
|
|
"version": "1.0.3",
|
|
"private": false,
|
|
"description": "Run cargo command",
|
|
"main": "lib/main.js",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"scripts": {
|
|
"bundle": "cp -r .matchers ./dist/",
|
|
"build": "ncc build src/main.ts --minify && npm run bundle",
|
|
"watch": "npm run bundle && 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.8",
|
|
"@actions/core": "^1.1.1",
|
|
"string-argv": "^0.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^25.1.3",
|
|
"@types/node": "^13.7.7",
|
|
"@zeit/ncc": "^0.21.1",
|
|
"jest": "^25.1.0",
|
|
"jest-circus": "^25.1.0",
|
|
"ts-jest": "^25.2.1",
|
|
"typescript": "^3.8.3"
|
|
}
|
|
}
|