-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "camera-lock-canvas",
"version": "0.0.15",
"description": "Lock the camera view in canvas ",
"main": "lib/main.js",
"license": "GPL-3.0-only",
"scripts": {
"prebuild": "tsc --noEmit --skipLibCheck",
"build": "node esbuild.config.mjs --production",
"dev:prod": "node esbuild.config.mjs --vault",
"dev": "node esbuild.config.mjs",
"export": "node esbuild.config.mjs --production --vault",
"bump": "node commit-and-tag-version.mjs",
"postbump": "git push --follow-tags origin master",
"predeploy": "pnpm run bump",
"deploy": "pnpm run export",
"lint": "pnpm biome lint --apply src/"
},
"commit-and-tag-version": {
"t": ""
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"ansi-colors": "^4.1.3",
"builtin-modules": "^3.3.0",
"commander": "^10.0.1",
"dedent": "^0.7.0",
"dotenv": "^16.3.1",
"esbuild": "^0.21.4",
"monkey-around": "^2.3.0",
"obsidian": "latest",
"typescript": "^5.2.2"
},
"dependencies": {
"commit-and-tag-version": "^11.2.3",
"i18next": "^22.5.1"
}
}