File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @aetherinox/obsidian-dataview-snippets" ,
3+ "version" : " 1.4.2" ,
4+ "description" : " A collection of Obsidian.md scripts to be used in combination with the dataview plugin." ,
5+ "homepage" : " https://github.com/Aetherinox/obsidian-dataview-snippets" ,
6+ "author" : " Aetherinox <adminservx@proton.me>" ,
7+ "license" : " MIT" ,
8+ "contributors" : [
9+ {
10+ "name" : " Aetherinox" ,
11+ "email" : " adminservx@proton.me" ,
12+ "url" : " https://github.com/Aetherinox"
13+ },
14+ {
15+ "name" : " AdminServ" ,
16+ "email" : " adminservx@proton.me" ,
17+ "url" : " https://github.com/AdminServ"
18+ }
19+ ],
20+ "repository" : {
21+ "type" : " git" ,
22+ "url" : " git+https://github.com/Aetherinox/obsidian-dataview-snippets.git"
23+ },
24+ "bugs" : {
25+ "url" : " https://github.com/Aetherinox/obsidian-dataview-snippets/issues"
26+ },
27+ "keywords" : [
28+ " obsidian" ,
29+ " dataview" ,
30+ " folder_notes" ,
31+ " snippets" ,
32+ " scripts" ,
33+ " notes"
34+ ],
35+ "scripts" : {
36+ "obs" : " node obs.js" ,
37+ "obs:generate" : " node obs.js generate" ,
38+ "env-obs" : " npx --quiet env-cmd --no-override node obs.js" ,
39+ "env-uuid" : " npx --quiet env-cmd --no-override node obs.js uuid" ,
40+ "env-guid" : " npx --quiet env-cmd --no-override node obs.js guid" ,
41+ "env-version" : " node -p require('./package.json').version;"
42+ }
43+ }
You can’t perform that action at this time.
0 commit comments