-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
30 lines (30 loc) · 804 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
{
"name": "todoist-readme",
"version": "0.0.7",
"description": "🚧 Updates README with your Todoist stats",
"main": "index.js",
"dependencies": {
"@actions/core": "^1.2.5",
"axios": "^0.20.0",
"child_process": "^1.0.2",
"humanize-plus": "^1.8.2",
"process": "^0.11.10"
},
"devDependencies": {
"@zeit/ncc": "^0.22.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ncc build index.js -o dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abhisheknaiidu/todoist-readme.git"
},
"author": "Abhishek Naidu",
"license": "ISC",
"bugs": {
"url": "https://github.com/abhisheknaiidu/todoist-readme/issues"
},
"homepage": "https://github.com/abhisheknaiidu/todoist-readme#readme"
}