Files
steel-dev__cli/package.json
2026-03-17 23:06:28 +09:00

22 lines
457 B
JSON

{
"name": "@steel-dev/cli",
"version": "0.3.1",
"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"
}
}