25 lines
672 B (Stored with Git LFS)
JSON

{
"name": "streamingle-camera-plugin",
"version": "2.0.0",
"description": "Streamingle Unity 카메라 제어 플러그인 - 외부 의존성 없는 버전",
"main": "plugin/index.js",
"scripts": {
"start": "node plugin/index.js",
"test": "node test.js",
"build": "node build.js build",
"build:dev": "node build.js dev",
"build:clean": "node build.js clean",
"deploy": "node build.js deploy",
"deploy:dev": "node build.js deploy-dev"
},
"keywords": [
"streamdeck",
"unity",
"websocket",
"streaming",
"camera",
"streamingle"
],
"author": "Streamingle Team",
"license": "MIT"
}