Files
steel-dev__cli/package.json
T
junhsss b4d4c0910e feat: rust migration (#41)
* feat: initial

* test: dynamic command retrieval

* feat: profiles

* feat: agent-browser integration

* feat: flag parity

* ci: distribution

* fix: profile parameters

* feat: cleanup

* feat: forge

* feat: profiles again

* feat: more cleanup

* chore: more cleanup

* fix: short flag conflict

* test: more tests

* test: more compat test

* test: even more tests
2026-03-17 22:10:27 +09:00

22 lines
457 B
JSON

{
"name": "@steel-dev/cli",
"version": "0.3.0",
"description": "Steel CLI — this package installs the native binary. See https://steel.dev for details.",
"license": "MIT",
"type": "module",
"bin": {
"steel": "./bin/steel.js"
},
"files": [
"bin",
"scripts"
],
"scripts": {
"postinstall": "node scripts/postinstall.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/steel-dev/cli.git"
}
}