feature/crates-release
| 1 | { |
| 2 | "name": "@smbcloud/${node_pkg}", |
| 3 | "version": "${node_version}", |
| 4 | "description": "Platform binary for siGit Code.", |
| 5 | "license": "Apache-2.0", |
| 6 | "repository": { |
| 7 | "type": "git", |
| 8 | "url": "git+https://github.com/getsigit/sigit.git" |
| 9 | }, |
| 10 | "keywords": ["${node_pkg}","cli","binary","sigit","ai","coding-agent"], |
| 11 | "os": ["${node_os}"], |
| 12 | "cpu": ["${node_arch}"], |
| 13 | "files": ["bin"] |
| 14 | } |