mirror of
https://github.com/actions-rs/cargo.git
synced 2024-11-10 19:46:32 +02:00
2556f17de2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.4 to 4.3.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.4...v4.3.2) 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.23",
|
|
"@types/node": "^15.6.1",
|
|
"@typescript-eslint/eslint-plugin": "^4.0.0",
|
|
"@typescript-eslint/parser": "^3.10.1",
|
|
"@zeit/ncc": "^0.22.3",
|
|
"eslint": "^7.27.0",
|
|
"eslint-config-prettier": "^7.2.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"jest": "^26.6.3",
|
|
"jest-circus": "^27.0.3",
|
|
"npm-check-updates": "^11.1.9",
|
|
"prettier": "^2.2.1",
|
|
"ts-jest": "^26.5.6",
|
|
"typescript": "^4.3.2"
|
|
}
|
|
}
|