generated from actions/javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 906 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
{
"name": "github-action-end-standard-change",
"version": "1.0.0",
"description": "BYU ServiceNow - End Standard Change RFC",
"main": "index.js",
"scripts": {
"lint": "npx standard index.js",
"package": "npx ncc build index.js -m -o dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/byu-oit/github-action-end-standard-change.git"
},
"keywords": [
"GitHub",
"Actions",
"JavaScript"
],
"author": "Gary Crye <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/byu-oit/github-action-end-standard-change/issues"
},
"homepage": "https://github.com/byu-oit/github-action-end-standard-change#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"byu-wso2-request": "^3.3.3",
"luxon": "^3.5.0"
},
"devDependencies": {
"@vercel/ncc": "^0.38.2",
"standard": "^17.1.2"
}
}