blob: 7dc67719ef51f6cec816045740b5c187fe2fd7c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"name": "scrypted-viewport-script",
"version": "0.1.0",
"private": true,
"description": "Workspace metadata so editors can find @scrypted/sdk types when iterating on scrypted-viewport.ts locally. The actual install is to paste the file into Scrypted's Scripts plugin; nothing here is shipped.",
"devDependencies": {
"@scrypted/sdk": "*",
"@types/node": "*",
"typescript": "*"
}
}
|