-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 788 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 788 Bytes
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
{
"name": "acode.plugin.version.control.gitpro",
"version": "2.3.1",
"description": "Plugin for Acode to provide Git SCM features",
"main": "dist/main.js",
"repository": "https://github.com/dikidjatar/acode-plugin-version-control-gitpro",
"author": "Diki Djatar",
"license": "MIT",
"dependencies": {
"diff": "5.1.0"
},
"devDependencies": {
"@acode-app/types": "dikidjatar/acode-app_types",
"esbuild": "^0.24.2",
"esbuild-sass-plugin": "^3.3.1",
"jszip": "^3.10.1",
"typescript": "^5.7.2"
},
"scripts": {
"dev": "node esbuild.config.mjs --serve",
"build": "tsc --noEmit && node esbuild.config.mjs"
},
"browserslist": [
"> 0.25%, not dead"
],
"resolutions": {
"terser": ">=5.14.2 ",
"glob-parent": ">=5.1.2"
}
}