-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 884 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
35
36
37
38
39
{
"type": "module",
"name": "daily-tasks",
"version": "1.0.0",
"description": "a script to get daily tasks and info",
"main": "index.js",
"scripts": {
"test": "jest test --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nathanlauder/daily-tasks.git"
},
"keywords": [
"typescript",
"node",
"script",
"task",
"api"
],
"author": "Nathan Lauder",
"license": "MIT",
"bugs": {
"url": "https://github.com/nathanlauder/daily-tasks/issues"
},
"homepage": "https://github.com/nathanlauder/daily-tasks#readme",
"dependencies": {
"axios": "^0.25.0",
"chalk": "^5.0.0",
"fs": "^0.0.1-security",
"googleapis": "^95.0.0",
"readline": "^1.3.0"
},
"devDependencies": {
"eslint": "^8.8.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4"
}
}