-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.25 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": "obsidian-smart-templates",
"type": "module",
"version": "1.0.37",
"description": "Configurable templates for use with Smart Environments in Obsidian.",
"scripts": {
"build": "node esbuild.config.mjs",
"release": "node release.js",
"test": "npx ava --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brianpetro/obsidian-smart-templates.git"
},
"keywords": [
"Obsidian",
"Smart",
"Templates"
],
"author": "🌴 Brian Joseph Petro",
"license": "MIT",
"bugs": {
"url": "https://github.com/brianpetro/obsidian-smart-templates/issues"
},
"homepage": "https://github.com/brianpetro/obsidian-smart-templates#readme",
"dependencies": {
"smart-chat-model": "file:../jsbrains/smart-chat-model-v1",
"smart-collections": "file:../jsbrains/smart-collections",
"smart-environment": "file:../jsbrains/smart-environment",
"smart-file-system": "file:../jsbrains/smart-fs",
"smart-setting": "file:../jsbrains/smart-setting",
"smart-templates": "file:../jsbrains/smart-templates"
},
"devDependencies": {
"archiver": "^7.0.1",
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"esbuild": "^0.21.5",
"obsidian": "^1.5.7-1",
"readline": "^1.3.0"
}
}