plugins-core/package.json

25 lines
490 B
JSON

{
"name": "plugins-core",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"watch": "tsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@squeebot/core": "^3.3.4",
"node-cron": "^3.0.0",
"typescript": "^4.4.2"
},
"devDependencies": {
"@types/node": "^16.7.10",
"@types/node-cron": "^2.0.4",
"@types/ws": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^5.7.0"
}
}