bots/createBot/package.json
{
"name": "crate-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node ./src/index.create.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --ext .ts",
"compile": "tsc --build ./tsconfig.json",
"build": "npm run clear && npm run compile",
"clear": "rimraf dist/*"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@xmpp/client": "^0.13.1",
"axios": "^0.27.2",
"dotenv": "^16.0.2",
"web3": "^1.7.5"
},
"devDependencies": {
"@types/node": "^18.7.16",
"@types/xmpp__client": "^0.13.0",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
}
}