38 lines
959 B
JSON
38 lines
959 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",
|
|
"@typescript-eslint/eslint-plugin": "^5.7.0",
|
|
"@typescript-eslint/eslint-plugin-tslint": "^5.7.0",
|
|
"@typescript-eslint/parser": "^5.7.0",
|
|
"eslint": "^8.4.1",
|
|
"eslint-plugin-import": "^2.25.3",
|
|
"eslint-plugin-jsdoc": "^37.2.2",
|
|
"eslint-plugin-prefer-arrow": "^1.2.3"
|
|
}
|
|
}
|