You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.3 KiB
44 lines
1.3 KiB
{
|
|
"name": "temptress-bot",
|
|
"description": "Bot for horny thoughts",
|
|
"author": "Reya C.",
|
|
"main": "dist/worker.js",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"dev": "wrangler dev -l",
|
|
"deploy": "wrangler publish",
|
|
"sync": "slash-up sync",
|
|
"sync:dev": "slash-up sync -e development",
|
|
"lint": "eslint --ext .ts .",
|
|
"lint:fix": "eslint --ext .ts . --fix",
|
|
"test": "jest",
|
|
"postinstall": "patch-package"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^2.0.0",
|
|
"@jest/globals": "^29.3.1",
|
|
"@typescript-eslint/eslint-plugin": "^4.31.2",
|
|
"@typescript-eslint/parser": "^4.31.2",
|
|
"dotenv": "^10.0.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"prettier": "^2.0.5",
|
|
"rimraf": "^3.0.2",
|
|
"slash-create": "^5.5.2",
|
|
"slash-up": "^1.1.2",
|
|
"ts-jest": "^29.0.3",
|
|
"ts-loader": "^7.0.5",
|
|
"typescript": "^4.9.3",
|
|
"webpack": "^5.75.0",
|
|
"webpack-cli": "^5.0.0",
|
|
"wrangler": "^2.0.5"
|
|
},
|
|
"dependencies": {
|
|
"@types/seedrandom": "^3.0.2",
|
|
"patch-package": "^6.4.7",
|
|
"seedrandom": "^3.0.5"
|
|
}
|
|
}
|
|
|