first commit
This commit is contained in:
24
node_modules/obsidian/package.json
generated
vendored
Normal file
24
node_modules/obsidian/package.json
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "obsidian",
|
||||
"version": "1.8.7",
|
||||
"description": "Type definitions for the latest Obsidian API (https://obsidian.md)",
|
||||
"keywords": [
|
||||
"obsdmd"
|
||||
],
|
||||
"homepage": "https://obsidian.md",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/obsidianmd/obsidian-api.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "",
|
||||
"types": "obsidian.d.ts",
|
||||
"dependencies": {
|
||||
"@types/codemirror": "5.60.8",
|
||||
"moment": "2.29.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@codemirror/state": "^6.0.0",
|
||||
"@codemirror/view": "^6.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user