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