-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 863 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
{
"name": "api-timer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "ncc build index.js --license licenses.txt",
"format": "npx prettier --write .",
"lint": "eslint . --ext .js",
"lint:fix": "eslint . --ext .js --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NerdyTechy/API-Timer.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NerdyTechy/API-Timer/issues"
},
"homepage": "https://github.com/NerdyTechy/API-Timer#readme",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"eslint": "^9.14.0",
"prettier": "^3.3.3"
}
}