{ "name": "ferrous-actions", "version": "0.1.0-beta.1", "private": true, "description": "GitHub actions for Rust written in Rust and compiled to WebAssembly", "scripts": { "build": "wasm-pack build -t nodejs --out-name lib && ncc build --minify pkg/lib.js -o dist && cp phase-wrappers/* dist", "format": "cargo fmt", "format-check": "cargo fmt -- --check", "lint": "cargo clippy", "test": "wasm-pack test --node", "generate-licenses": "npm-license-text . LICENSE-3RD-PARTY-JAVASCRIPT || echo 'Ignoring error from npm-license-text'" }, "repository": { "type": "git", "url": "git@github.com:FrancisRussell/github-rust-actions.git" }, "keywords": [ "actions", "rust", "github", "wasm" ], "author": "Francis Russell", "license": "MIT", "bugs": { "url": "https://github.com/FrancisRussell/github-rust-actions/issues" }, "homepage": "https://github.com/FrancisRussell/github-rust-actions/", "dependencies": { "@actions/cache": "^3.1.1", "@actions/core": "^1.10.0", "@actions/exec": "^1.1.1", "@actions/io": "^1.1.2", "@actions/tool-cache": "^2.0.1" }, "devDependencies": { "@vercel/ncc": "^0.36.0", "npm-license-text": "^1.0.3", "wasm-pack": "^0.10.1" } }