Skip to content

Commit bc6beb0

Browse files
committed
build: add package
1 parent 9c000c1 commit bc6beb0

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

package.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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 <[email protected]>",
7+
"license": "MIT",
8+
"contributors": [
9+
{
10+
"name": "Aetherinox",
11+
"email": "[email protected]",
12+
"url": "https://github.com/Aetherinox"
13+
},
14+
{
15+
"name": "AdminServ",
16+
"email": "[email protected]",
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+
}

0 commit comments

Comments
 (0)