generated from Acode-Foundation/acode-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.07 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
{
"name": "acode-lua-format",
"version": "1.0.3",
"description": "Lua Formatter, supports Lua 5.1 - 5.4.",
"main": "dist/main.js",
"repository": "https://github.com/Sohil876/acode-plugin-lua-format.git",
"author": "Sohil876 <[email protected]>",
"license": "MIT",
"dependencies": {
"html-tag-js": "^1.1.22",
"lua-format": "git+https://github.com/miscdevstuff/luamin.js.git#master"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.13",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.18.10",
"babel-loader": "^9.1.0",
"jszip": "^3.10.1",
"live-server": "^1.2.2",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.0"
},
"scripts": {
"build": "webpack",
"build-release": "webpack --mode production",
"start-dev": "node .vscode/start-dev"
},
"browserslist": [
"> 0.25%, not dead"
],
"resolutions": {
"terser": ">=5.14.2 ",
"glob-parent": ">=5.1.2"
}
}