{ "name": "plugins-evert", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "tsc", "watch": "tsc -w" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@squeebot/core": "file:../core", "cheerio": "^1.0.0-rc.3", "convert-units": "^2.3.4", "gamedig": "^2.0.23", "mathjs": "^8.0.1", "typescript": "^4.1.2" }, "devDependencies": { "@types/cheerio": "^0.22.22", "@types/convert-units": "^2.3.3", "@types/gamedig": "^2.0.1", "@types/mathjs": "^6.0.8", "@types/node": "^14.14.10" } }