2020-12-03 19:27:14 +00:00
|
|
|
{
|
|
|
|
"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",
|
2020-12-05 10:00:00 +00:00
|
|
|
"cheerio": "^1.0.0-rc.3",
|
2020-12-03 19:27:14 +00:00
|
|
|
"convert-units": "^2.3.4",
|
2020-12-05 10:00:00 +00:00
|
|
|
"gamedig": "^2.0.23",
|
2020-12-03 19:27:14 +00:00
|
|
|
"mathjs": "^8.0.1",
|
2020-12-06 16:16:11 +00:00
|
|
|
"node-ical": "^0.12.3",
|
2020-12-03 19:27:14 +00:00
|
|
|
"typescript": "^4.1.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-12-05 10:00:00 +00:00
|
|
|
"@types/cheerio": "^0.22.22",
|
2020-12-03 19:27:14 +00:00
|
|
|
"@types/convert-units": "^2.3.3",
|
2020-12-05 10:00:00 +00:00
|
|
|
"@types/gamedig": "^2.0.1",
|
2020-12-03 19:27:14 +00:00
|
|
|
"@types/mathjs": "^6.0.8",
|
|
|
|
"@types/node": "^14.14.10"
|
|
|
|
}
|
|
|
|
}
|