mirror of
https://github.com/actions-rs/cargo.git
synced 2025-12-20 13:25:46 +02:00
Update
This commit is contained in:
parent
9e8dbc86a6
commit
8cdba315b7
7 changed files with 1168 additions and 7605 deletions
25
package.json
25
package.json
|
|
@ -1,46 +1,29 @@
|
|||
{
|
||||
"name": "action-cargo",
|
||||
"version": "1.0.3",
|
||||
"version": "0.0.1",
|
||||
"private": false,
|
||||
"description": "Run cargo command",
|
||||
"main": "src/main.js",
|
||||
"type": "module",
|
||||
"main": "src/main.js",
|
||||
"directories": {
|
||||
"test": "__tests__"
|
||||
},
|
||||
"scripts": {
|
||||
"bundle": "cp -r .matchers ./dist/",
|
||||
"build": "npm run bundle",
|
||||
"format": "prettier --write 'src/**/*.ts' '__tests__/**/*.ts'",
|
||||
"lint": "tsc --noEmit && eslint 'src/**/*.ts' '__tests__/**/*.ts'",
|
||||
"test": "jest -c jest.config.json"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/actions-rs/cargo.git"
|
||||
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest -c jest.config.json"
|
||||
},
|
||||
"keywords": [
|
||||
"actions",
|
||||
"rust",
|
||||
"cargo"
|
||||
],
|
||||
"author": "actions-rs",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/actions-rs/cargo/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.4",
|
||||
"action-core": "git+https://github.com/synthet-ic/action-core.git",
|
||||
"string-argv": "^0.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.34.0",
|
||||
"eslint-config-prettier": "^8.6.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"jest": "^29.4.2",
|
||||
"jest-circus": "^29.4.2",
|
||||
"npm-check-updates": "^16.7.4",
|
||||
"prettier": "^2.8.4"
|
||||
"jest-circus": "^29.4.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue