-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 757 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 757 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
29
30
31
32
33
{
"dependencies": {
"axios": "^0.24.0",
"commander": "^8.3.0",
"dotenv": "^10.0.0",
"puppeteer": "^11.0.0"
},
"bin": {
"baires-tracker": "./bin/baires-tracker"
},
"name": "baires-tracker",
"version": "1.0.0",
"description": "A CLI tool to manage BairesDev timetracker",
"main": "bin/baires-tracker",
"author": "basask",
"license": "MIT",
"homepage": "https://github.com/basask/baires-tracker",
"repository": {
"type": "git",
"url": "https://github.com/basask/baires-tracker.git"
},
"keywords": [
"BairesDev",
"Baires",
"TimeTracker",
"Clockify"
],
"devDependencies": {
"eslint": "^8.3.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.3"
}
}