blob: 68089a72bc64157b842b9a1de5c8f2f30e8c2bdc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"name": "scrypted-viewport-script",
"version": "1.3.1",
"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": "*"
}
}
|