-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 815 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 815 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
{
"name": "pack-analyzer",
"version": "2.0.0",
"private": true,
"description": "Allows you to analyze and generate stats for [Minecraft](https://minecraft.net) Java Edition data and resource packs.",
"main": "index.html",
"author": "TomatoCake",
"repository": {
"type": "git",
"url": "https://github.com/DEVTomatoCake/Pack-Analyzer.git"
},
"scripts": {
"minify": "node minify.js"
},
"dependencies": {
"clean-css": "^5.3.3",
"uglify-js": "^3.19.3"
},
"devDependencies": {
"@html-eslint/eslint-plugin": "^0.26.0",
"@html-eslint/parser": "^0.26.0",
"@stylistic/eslint-plugin-js": "^2.7.2",
"eslint": "^9.9.1",
"eslint-plugin-html": "^8.1.1",
"eslint-plugin-sonarjs": "^1.0.4",
"eslint-plugin-unicorn": "^55.0.0",
"globals": "^15.9.0"
}
}