[package] Added typescript deps
{ | ||
"name": "seb-bot", | ||
"version": "2.0.3", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"repository": "https://git.unistra.fr/amicale-core/seb-bot", | ||
"author": "Maxime Friess <M4x1me@pm.me>", | ||
"license": "GPL-3.0-or-later", | ||
"private": false, | ||
"type": "module", | ||
"dependencies": { | ||
"@amicale-core/seb-ts": "^1.1.0", | ||
"@discordjs/rest": "^0.1.0-canary.0", | ||
"axios": "^0.21.4", | ||
"discord": "^0.8.2", | ||
"discord-api-types": "^0.23.1", | ||
"canvas": "^2.9.3", | ||
"canvas-hypertxt": "^0.0.4", | ||
"discord-api-types": "^0.36.2", | ||
"discord.js": "^13.1.0", | ||
"dotenv": "^10.0.0", | ||
"lodash": "^4.17.21", | ||
"node-canvas": "^2.7.0", | ||
"node-ical": "^0.13.0" | ||
"momentjs": "^2.0.0", | ||
"node-ical": "^0.13.0", | ||
"string-format": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"nodemon": "^2.0.7" | ||
"@types/lodash": "^4.14.182", | ||
"@types/node": "^18.0.4", | ||
"@types/string-format": "^2.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.30.6", | ||
"@typescript-eslint/parser": "^5.30.6", | ||
"csv-parse": "^5.3.0", | ||
"eslint": "^8.19.0", | ||
"husky": "^8.0.1", | ||
"lint-staged": "^13.0.3", | ||
"nodemon": "^2.0.19", | ||
"prettier": "^2.7.1", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.7.4", | ||
"yarn-or-npm": "^3.0.1" | ||
}, | ||
"scripts": { | ||
"start": "node index.js", | ||
"debug": "nodemon index.js" | ||
"craft": "ts-node src/craft.ts", | ||
"prestart": "yon craft gen", | ||
"start": "ts-node index.ts", | ||
"prebuild": "yon craft gen", | ||
"build": "tsc", | ||
"debug": "nodemon index.ts", | ||
"lint": "eslint . --ext .ts", | ||
"format": "prettier --config .prettierrc '**/*.ts' --write", | ||
"prepare": "husky install" | ||
}, | ||
"lint-staged": { | ||
"*.ts": "eslint --cache --fix", | ||
"*.--write": "prettier --write" | ||
} | ||
} |
This diff is collapsed.
Please register or sign in to comment