mirror of
https://github.com/actions-rs/cargo.git
synced 2024-11-13 04:56:32 +02:00
b91df07630
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.19 to 26.0.20. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
54 lines
1.6 KiB
JSON
54 lines
1.6 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": "rm -rf ./dist/* && ncc build src/main.ts --minify && npm run bundle",
|
|
"format": "prettier --write 'src/**/*.ts' '__tests__/**/*.ts'",
|
|
"lint": "tsc --noEmit && eslint 'src/**/*.ts' '__tests__/**/*.ts'",
|
|
"watch": "rm -rf ./dist/* && ncc build src/main.ts --watch",
|
|
"test": "jest -c jest.config.json"
|
|
},
|
|
"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.1.3",
|
|
"@actions/core": "^1.2.4",
|
|
"string-argv": "^0.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.20",
|
|
"@types/node": "^14.14.17",
|
|
"@typescript-eslint/eslint-plugin": "^4.0.0",
|
|
"@typescript-eslint/parser": "^3.10.1",
|
|
"@zeit/ncc": "^0.22.3",
|
|
"eslint": "^7.16.0",
|
|
"eslint-config-prettier": "^7.1.0",
|
|
"eslint-plugin-prettier": "^3.3.1",
|
|
"jest": "^26.6.3",
|
|
"jest-circus": "^26.6.3",
|
|
"npm-check-updates": "^10.2.5",
|
|
"prettier": "^2.2.1",
|
|
"ts-jest": "^26.5.0",
|
|
"typescript": "^4.1.3"
|
|
}
|
|
}
|