{ "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": "^24.0.25", "@types/node": "^12.12.21", "@zeit/ncc": "^0.21.0", "jest": "^24.9.0", "jest-circus": "^24.9.0", "ts-jest": "^24.3.0", "typescript": "^3.7.4" } }