diff --git a/components/App.js b/components/App.js index eb1af87..7c09527 100644 --- a/components/App.js +++ b/components/App.js @@ -1,10 +1,9 @@ -import lodash from 'lodash' -import Version from './Version.js' -import { plugin, logger } from '#lib' +import plugin from '../../../lib/plugins/plugin.js' +import { Version } from './Version.js' const throttle = {} -export default class { +export class App { constructor ({ id, name, diff --git a/package.json b/package.json index 69a678c..aafc257 100644 --- a/package.json +++ b/package.json @@ -5,16 +5,9 @@ "main": "index.js", "type": "module", "dependencies": { - "axios": "^1.6.7", - "http-proxy-agent": "^7.0.2", - "lodash": "^4.17.21", "moment": "^2.30.1", "node-schedule": "^2.1.1" }, "author": "Dnyo666", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/Dnyo666/Class-Plugin" - } + "license": "MIT" }