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