-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.5 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
43
44
45
46
47
48
49
50
51
{
"name": "@agreatfool/obsidian-post-gallery",
"version": "0.0.5",
"description": "In post gallery for obsidian",
"main": "./dist/main.js",
"scripts": {
"dev": "./node_modules/.bin/rollup --config rollup.config.js -w",
"build": "./node_modules/.bin/rollup --config rollup.config.js --environment BUILD:production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"obsidian-post-gallery-install": "./install.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agreatfool/obsidian-post-gallery.git"
},
"keywords": [
"Obsidian"
],
"author": "Jonathan Dai",
"license": "MIT",
"bugs": {
"url": "https://github.com/agreatfool/obsidian-post-gallery/issues"
},
"homepage": "https://github.com/agreatfool/obsidian-post-gallery#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-typescript": "^8.2.5",
"@types/node": "^16.10.1",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jquery": "^3.6.0",
"justifiedGallery": "^3.8.1",
"obsidian": "^0.16.3",
"prettier": "^2.4.1",
"rollup": "^2.57.0",
"rollup-plugin-copy": "^3.4.0",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
},
"dependencies": {
"commander": "^8.2.0",
"mkdirp": "^1.0.4",
"nanoid": "^3.1.28"
}
}