-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 722 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 722 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
{
"name": "rip_quick_add",
"version": "1.4.0",
"description": "Quickly create Google Calendar events from natural language.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"watch": "rollup -cw",
"server": "node app.js"
},
"type": "module",
"author": "Max Timkovich",
"license": "MIT",
"dependencies": {
"@fastify/formbody": "^8.0.2",
"chrono-node": "^2.7.7",
"dayjs": "^1.11.13",
"fastify": "^5.2.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"rollup": "^4.31.0"
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}