Updated package + build script

This commit is contained in:
Mossy1022 2025-02-03 11:43:45 -05:00
parent 02a0e8cd2c
commit 7141ed96f9
3 changed files with 991 additions and 14 deletions

View file

@ -19,6 +19,7 @@ const package_json = JSON.parse(fs.readFileSync(path.join(process.cwd(), 'packag
const manifest_json = JSON.parse(fs.readFileSync(path.join(process.cwd(), 'manifest.json')));
manifest_json.version = package_json.version;
fs.writeFileSync(path.join(process.cwd(), 'manifest.json'), JSON.stringify(manifest_json, null, 2));
fs.writeFileSync(path.join(process.cwd(), './dist/manifest.json'), JSON.stringify(manifest_json, null, 2));
const copy_to_plugins = {

1001
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -25,10 +25,13 @@
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"archiver": "^7.0.1",
"axios": "^1.7.9",
"builtin-modules": "3.3.0",
"dotenv": "^16.4.5",
"esbuild": "0.17.3",
"obsidian": "latest",
"readline": "^1.3.0",
"tslib": "2.4.0",
"typescript": "4.7.4"
},