-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.2 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
{
"name": "obsidian-github-stars",
"version": "0.5.1",
"author": {
"name": "Vladimir Bolshakov",
"url": "https://github.com/vovanbo"
},
"obsidianMinAppVersion": "1.0.0",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@octokit/core": "^6.1.4",
"@octokit/graphql": "^8.2.1",
"@octokit/plugin-retry": "^7.1.4",
"@octokit/types": "^13.8.0",
"@types/bun": "latest",
"@types/luxon": "^3.4.2",
"@types/sql.js": "^1.4.9",
"builtin-modules": "^4.0.0",
"handlebars": "^4.7.8",
"husky": "^9.1.7",
"itertools-ts": "^2.2.0",
"lint-staged": "^15.4.3",
"lit-html": "^3.2.1",
"luxon": "^3.5.0",
"neverthrow": "^8.2.0",
"normalize-url": "^8.0.1",
"obsidian": "^1.8.7",
"package-json-type": "^1.0.3",
"resolve-tspaths": "^0.8.23",
"sql.js": "^1.12.0",
"stylelint": "^16.15.0",
"stylelint-config-standard-scss": "^14.0.0"
},
"peerDependencies": {
"typescript": "^5.7.3"
},
"trustedDependencies": ["@biomejs/biome"],
"dependencies": {},
"scripts": {
"prepare": "husky"
}
}