-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.55 KB
/
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
40
41
42
{
"name": "magic-calendar",
"version": "1.1.9",
"description": "",
"main": "main.js",
"scripts": {
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs prod",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"cp-folder": "cp main.js magic-calendar && cp manifest.json magic-calendar && cp styles.css magic-calendar",
"dev-pack": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs && npm run cp-folder",
"dev": "npm run dev-pack && cp -r magic-calendar /Users/lorenzovaccarini/Library/Mobile\\ Documents/iCloud~md~obsidian/Documents/Obsidian\\ Vault/.obsidian/plugins",
"prod-pack": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs prod && npm run cp-folder",
"prod": "npm run prod-pack && cp -r magic-calendar /Users/lorenzovaccarini/Library/Mobile\\ Documents/iCloud~md~obsidian/Documents/Obsidian\\ Vault/.obsidian/plugins"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@google-cloud/local-auth": "^2.1.0",
"builtin-modules": "3.3.0",
"chrono-node": "^2.6.4",
"codemirror": "^6.0.1",
"esbuild": "0.18.17",
"googleapis": "^105.0.0",
"moment-timezone": "^0.5.43",
"node-fetch": "^2.6.7",
"process": "^0.11.10",
"tough-cookie": "^4.1.3",
"tslib": "2.4.0",
"typedoc": "^0.23.21",
"typescript": "4.7.4",
"wink-eng-lite-web-model": "latest",
"wink-nlp": "latest"
},
"devDependencies": {
"@types/node": "^16.11.6",
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "5.29.0",
"obsidian": "latest"
}
}