-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 941 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
{
"name": "google_calendar_events",
"version": "2.0.2",
"description": "Display a Google Calendar's events.",
"main": "src/index",
"scripts": {
"build": "rollup --config rollup.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mmonkey/google_calendar_events.git"
},
"author": "CJ O'Hara",
"license": "MIT",
"bugs": {
"url": "https://github.com/mmonkey/google_calendar_events/issues"
},
"homepage": "https://github.com/mmonkey/google_calendar_events",
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-transform-arrow-functions": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.13.10",
"@rollup/plugin-json": "^4.0.2",
"core-js": "^3.6.4",
"rollup": "^2.0.5",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2"
},
"files": [
"dist"
]
}