generated from Acode-Foundation/acode-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 756 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 756 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
{
"name": "acode-plugin-acelinters-full",
"version": "1.0.8",
"description": "Linter and code formatter for Acode editor.",
"main": "src/main.js",
"repository": "https://github.com/Sohil876/acode-plugin-ace-linters.git",
"author": "Arsh Khan <sohil876@gmail.com>",
"license": "MIT",
"dependencies": {
"acode-plugin-types": "^1.11.7-patch.2",
"html-tag-js": "^2.4.16",
"path-browserify": "^1.0.1"
},
"devDependencies": {
"@biomejs/biome": "2.3.8",
"ace-linters": "^1.8.5",
"ace-lua-linter": "^1.1.0",
"ace-python-ruff-linter": "^1.1.0",
"esbuild": "^0.27.0",
"jszip": "^3.10.1"
},
"scripts": {
"dev": "node esbuild.config.mjs --serve",
"build": "node esbuild.config.mjs"
},
"browserslist": "cover 100%,not android < 5"
}