generated from Acode-Foundation/acode-plugin
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 746 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 746 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
{
"name": "acode-plugin",
"version": "1.0.6",
"description": "Acode plugin to check errors in your code",
"main": "dist/main.js",
"repository": "https://github.com/deadlyjack/acode-plugin.git",
"author": "Ajit <me@ajitkumar.dev>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"babel-loader": "^9.1.3",
"jszip": "^3.10.1",
"live-server": "^1.2.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.0.1"
},
"scripts": {
"build": "webpack",
"build-release": "webpack --mode production",
"start-dev": "node .vscode/start-dev"
},
"browserslist": "cover 100%,not android < 5",
"resolutions": {}
}