-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.58 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.58 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "datadog-roku",
"version": "1.4.0",
"description": "Datadog SDK for Roku",
"keywords": [
"ropm",
"roku",
"brightscript",
"scenegraph",
"datadog",
"real user monitoring",
"rum",
"logs"
],
"author": "Datadog (https://github.com/DataDog)",
"contributors": [
"Xavier F. Gouchet <xavier.gouchet@datadoghq.com>",
"Yi LU <yi.lu@datadoghq.com>"
],
"homepage": "https://github.com/DataDog/dd-sdk-roku#readme",
"repository": {
"type": "git",
"url": "https://github.com/DataDog/dd-sdk-roku"
},
"bugs": {
"url": "https://github.com/DataDog/dd-sdk-roku/issues"
},
"license": "Apache-2.0",
"files": [
"dist/**/*"
],
"scripts": {
"test": "./tools/roku/build.sh library test && ./tools/roku/install.sh test/out/test.zip -listen",
"sample": "./tools/roku/build.sh library sample && ./tools/roku/install.sh sample/out/sample.zip -listen",
"lint": "./tools/roku/build.sh library test sample",
"sca-test": "./tools/roku/build.sh library test && ./tools/roku/sca.sh test/out/test.zip",
"sca-sample": "./tools/roku/build.sh library sample && ./tools/roku/sca.sh sample/out/sample.zip",
"check-dist": "./tools/roku/build.sh library && git add dist && git diff --exit-code HEAD -- dist",
"package": "./tools/roku/build.sh library sample test && ./tools/repo/package.sh test",
"preversion": "npm run lint",
"version": "npm run package"
},
"ropm": {
"packageRootDir": "dist"
},
"devDependencies": {
"@rokucommunity/bslint": "0.8.38",
"brighterscript": "0.69.13",
"ropm": "0.11.4"
}
}