forked from rokucommunity/rooibos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 881 Bytes
/
package.json
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
{
"name": "rooibos",
"description": "simple, flexible, fun brightscript test framework for roku scenegraph apps",
"files": [
"dist/**/!(manifest)*"
],
"devDependencies": {
"@rokucommunity/bslint": "^0.5.0",
"brighterscript": "^0.45.2",
"ropm": "^0.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/georgejecook/rooibos.git"
},
"keywords": [
"ropm",
"brightscript",
"unit",
"testing",
"rooibos",
"tdd"
],
"author": "George Cook",
"license": "MIT",
"bugs": {
"url": "https://github.com/georgejecook/rooibos/issues"
},
"ropm": {
"rootDir": "src",
"packageRootDir": "dist"
},
"homepage": "https://github.com/georgejecook/rooibos#readme",
"scripts": {
"build": "npx bsc",
"test": "npx bsc --project ./bsconfig-tests.json"
}
}