plugins-evert/package.json

31 lines
664 B
JSON

{
"name": "plugins-evert",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"watch": "tsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@squeebot/core": "^3.3.1",
"cheerio": "^1.0.0-rc.10",
"convert-units": "^3.0.0-beta.2",
"gamedig": "^3.0.7",
"mathjs": "^9.4.4",
"node-ical": "^0.13.0",
"twitter-lite": "^1.1.0",
"typescript": "^4.4.2"
},
"devDependencies": {
"@types/cheerio": "^0.22.30",
"@types/convert-units": "^2.3.5",
"@types/gamedig": "^3.0.1",
"@types/mathjs": "^9.4.1",
"@types/node": "^16.7.10"
}
}