forked from FHachez/obsidian-convert-url-to-iframe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 773 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
{
"name": "obsidian-convert-url-to-iframe",
"version": "0.9.7",
"description": "Convert an url (ex, youtube) into an iframe (preview)",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
"build": "rollup --config rollup.config.js",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-typescript": "^6.0.0",
"@types/node": "^14.14.2",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"obsidian": "https://github.com/obsidianmd/obsidian-api/tarball/master",
"rollup": "^2.33.1",
"ts-jest": "^26.4.3",
"tslib": "^2.0.3",
"typescript": "^4.0.3"
}
}