forked from rokucommunity/release-testing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 753 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 753 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
{
"name": "release-testing",
"version": "2.1.6",
"description": "Repo for testing out new CI setup",
"main": "index.js",
"scripts": {
"lint": "echo \"Place holder for lint command\"",
"test": "echo \"Place holder for test command\"",
"package": "echo \"Place holder for build command\" && mkdir out && echo \"Hello World!\" > hello.tgz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rokucommunity/release-testing.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rokucommunity/release-testing/issues"
},
"homepage": "https://github.com/rokucommunity/release-testing#readme",
"dependencies": {
"brighterscript": "^0.69.8",
"yargs": "^17.7.2"
}
}