-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.23 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@putdotio/roku",
"version": "2.10.3",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"build:roku": "bsc --project bsconfig.json",
"check:live": "tsc -p tsconfig.live.json",
"check:roku": "bslint --project bsconfig.json",
"check": "sst version",
"format:roku": "bsfmt \"source/**/*.{brs,bs}\" \"components/**/*.{brs,bs}\" --check",
"format:roku:write": "bsfmt \"source/**/*.{brs,bs}\" \"components/**/*.{brs,bs}\" --write",
"test:live": "vitest run",
"roku:live": "node scripts/roku-live-test.ts",
"roku:auth": "node scripts/putio-auth-harness.ts",
"visual:validate": "node scripts/vref.ts validate --output json",
"visual:gallery": "node scripts/vref.ts build --output json",
"visual:serve": "vref serve",
"prepare:release": "node scripts/prepare-release.ts",
"deploy:production": "sst deploy --stage production"
},
"devDependencies": {
"@putdotio/rokit": "2.3.0",
"@putdotio/vref": "1.1.0",
"@rokucommunity/bslint": "0.8.43",
"@types/node": "^25.9.1",
"brighterscript": "0.72.2",
"brighterscript-formatter": "1.7.26",
"sst": "^4.14.3",
"typescript": "^6.0.2",
"vitest": "^4.1.7"
},
"packageManager": "pnpm@11.2.2"
}