2025-03-08 23:50:12 +00:00
|
|
|
{
|
|
|
|
|
"name": "compress",
|
2025-03-27 05:21:13 +00:00
|
|
|
"version": "1.2.5",
|
2025-03-09 15:16:21 +00:00
|
|
|
"description": "Make your files smaller with compression!",
|
2025-03-08 23:50:12 +00:00
|
|
|
"main": "main.js",
|
|
|
|
|
"scripts": {
|
2025-03-25 03:55:52 +00:00
|
|
|
"dev": "node archive/testchecks.js && tsc -noEmit -skipLibCheck && node esbuild.config.mjs",
|
|
|
|
|
"build": "node archive/testchecks.js && tsc -noEmit -skipLibCheck && node esbuild.config.mjs production && node archive/versions/execute.js",
|
2025-03-08 23:50:12 +00:00
|
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [],
|
|
|
|
|
"author": "networkmastered",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node": "^16.11.6",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
|
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
|
|
|
"builtin-modules": "3.3.0",
|
|
|
|
|
"esbuild": "0.17.3",
|
|
|
|
|
"obsidian": "latest",
|
|
|
|
|
"tslib": "2.4.0",
|
|
|
|
|
"typescript": "4.7.4"
|
|
|
|
|
}
|
|
|
|
|
}
|