generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
33 lines (33 loc) · 966 Bytes
/
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
{
"name": "supercharged-links-obsidian",
"version": "0.7.1",
"description": "Add properties and menu options to links and style them!",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
"build": "rollup --config rollup.config.js --environment BUILD:production",
"release": "standard-version"
},
"standard-version": {
"t": ""
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@codemirror/state": "^6.0.0",
"@codemirror/language": "https://github.com/lishid/cm-language",
"@codemirror/view": "^6.0.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-typescript": "^8.2.1",
"@types/node": "^14.14.37",
"obsidian": "^0.15.0",
"obsidian-dataview": "^0.4.21",
"rollup": "^2.32.1",
"standard-version": "^9.3.2",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
},
"dependencies": {}
}