Skip to content
Snippets Groups Projects
Unverified Commit d54dc242 authored by Maxime FRIESS's avatar Maxime FRIESS :blue_heart:
Browse files

[package] Added typescript deps

parent 17b3085b
Branches
Tags
No related merge requests found
{
"verbose": true,
"ignore": [
"**.json"
]
"**.json",
"**.sqlite",
"src/**/index.ts",
"src/version.ts"
],
"execMap": {
"ts": "ts-node"
},
"exec": "yarn start"
}
{
"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.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment