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