mirror of
https://github.com/steel-dev/cli.git
synced 2026-09-14 20:47:34 +08:00
b4d4c0910e
* 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
22 lines
457 B
JSON
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"
|
|
}
|
|
}
|