Skip to content

Commit f7a0629

Browse files
Richard Oliver Brayclaude
andcommitted
fix(npm): add missing wrapper package.json
Was excluded by gitignore during initial commit. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f855d9b commit f7a0629

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

npm/hance/package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "@orva-studio/hance",
3+
"version": "0.5.0",
4+
"description": "A cinematic film-look engine for video and stills",
5+
"license": "FSL-1.1-Apache-2.0",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/Orva-Studio/hancer"
9+
},
10+
"bin": {
11+
"hance": "bin/hance"
12+
},
13+
"optionalDependencies": {
14+
"@orva-studio/cli-darwin-arm64": "0.5.0",
15+
"@orva-studio/cli-darwin-x64": "0.5.0",
16+
"@orva-studio/cli-linux-x64": "0.5.0",
17+
"@orva-studio/cli-linux-arm64": "0.5.0"
18+
}
19+
}

0 commit comments

Comments
 (0)