-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.06 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
{
"name": "yaos",
"version": "0.7.0",
"description": "Yet Another Obsidian Synchronizer",
"main": "main.js",
"repository": "[email protected]:mahyarmirrashed/yaos.git",
"author": "Mahyar Mirrashed <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"bump": "node scripts/update-project-version.mjs",
"dev": "node scripts/esbuild.config.mjs",
"format": "npx prettier --write scripts/ src/",
"release": "release-it"
},
"devDependencies": {
"@release-it/conventional-changelog": "^5.1.1",
"@types/node": "^20.3.3",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"builtin-modules": "^3.3.0",
"esbuild": "^0.18.11",
"eslint": "^8.44.0",
"eslint-plugin-no-loops": "^0.3.0",
"obsidian": "^1.2.8",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"release-it": "^15.11.0",
"tslib": "^2.6.0",
"typescript": "^5.1.6"
},
"dependencies": {
"consola": "^3.2.2",
"dayjs": "^1.11.9",
"simple-git": "^3.19.1"
}
}