-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
32 lines (32 loc) · 864 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": "date-box",
"version": "0.1.0",
"description": "🗓 Update a pinned gist to contain your anniversaries and countdown days (or hours)",
"author": "kf-liu <[email protected]>",
"license": "MIT",
"scripts": {
"build": "ncc build src -o dist --minify",
"test": "babel src -d lib && node test.js"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0",
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4"
},
"dependencies": {
"@octokit/rest": "16.36.0",
"cron-parser": "^4.6.0",
"moment": "^2.29.4"
},
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kf-liu/date-box.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/kf-liu/date-box/issues"
},
"homepage": "https://github.com/kf-liu/date-box#readme"
}