-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 847 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 847 Bytes
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
{
"name": "brighterscript-kopytko-starter",
"version": "0.0.1",
"description": "",
"private": true,
"scripts": {
"package": "ENV=production kopytko build",
"test": "kopytko test",
"lint": "eslint --ext .brs src/",
"prevsc": "node plugins/brighterscript/transpile-brighterscript.js",
"vsc": "node node_modules/@dazn/kopytko-packager/scripts/prepare-for-vsc.js"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"dependencies": {
"@dazn/kopytko-framework": "^2.0.0",
"@dazn/kopytko-utils": "^2.3.2"
},
"devDependencies": {
"@dazn/eslint-plugin-kopytko": "^2.1.0",
"@dazn/kopytko-cli": "^2.0.0",
"@dazn/kopytko-packager": "^1.2.3",
"brighterscript": "^0.65.4",
"eslint": "^8.22.0"
}
}