mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
Init
This commit is contained in:
30
package.json
Normal file
30
package.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "flibusta_bot",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "src/index.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "esbuild ./src/main.ts --bundle --platform=node --outfile=./build/main.cjs",
|
||||
"build-watch": "npm run build -- --watch",
|
||||
"run": "node ./build/main.cjs",
|
||||
"run-watch": "nodemon build/main.cjs"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"envalid": "^7.2.2",
|
||||
"express": "^4.17.1",
|
||||
"got": "^11.8.3",
|
||||
"safe-compare": "^1.1.4",
|
||||
"telegraf": "^4.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/node": "^16.11.9",
|
||||
"@types/safe-compare": "^1.1.0",
|
||||
"esbuild": "^0.14.2",
|
||||
"nodemon": "^2.0.15",
|
||||
"typescript": "^4.5.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user