|
1 | 1 | {
|
2 |
| - "name": "buggie-bot", |
| 2 | + "name": "ladybird-bot", |
3 | 3 | "version": "0.0.1",
|
4 |
| - "description": "SerenityOS Discord Bot", |
| 4 | + "description": "Ladybird Discord Bot", |
5 | 5 | "main": "index.js",
|
6 | 6 | "license": "BSD-2-Clause",
|
7 | 7 | "engines": {
|
|
10 | 10 | "scripts": {
|
11 | 11 | "lint": "eslint . --ext .ts",
|
12 | 12 | "lint-and-fix": "eslint . --ext .ts --fix",
|
13 |
| - "start:dev": "nodemon --watch './src/**' --ext 'ts,js,json' --exec \"ts-node --files ./src/index.ts\"", |
14 |
| - "prebuild": "rimraf ./build", |
15 |
| - "build": "tsc", |
16 |
| - "prestart": "npm run build", |
17 |
| - "start": "node build/index.js", |
| 13 | + "start:dev": "bun --watch ./src/index.ts", |
| 14 | + "start": "bun ./src/index.ts", |
18 | 15 | "test": "mocha -r ts-node/register tests/**/*.test.ts"
|
19 | 16 | },
|
20 | 17 | "nodemonConfig": {
|
|
27 | 24 | },
|
28 | 25 | "repository": {
|
29 | 26 | "type": "git",
|
30 |
| - "url": "git+https://github.com/SerenityOS/discord-bot.git" |
| 27 | + "url": "git+https://github.com/LadybirdBrowser/discord-bot.git" |
31 | 28 | },
|
32 | 29 | "keywords": [
|
33 | 30 | "discord",
|
34 | 31 | "typescript",
|
35 | 32 | "bot",
|
| 33 | + "ladybird", |
36 | 34 | "serenityos"
|
37 | 35 | ],
|
38 | 36 | "bugs": {
|
39 |
| - "url": "https://github.com/SerenityOS/discord-bot/issues" |
| 37 | + "url": "https://github.com/LadybirdBrowser/discord-bot/issues" |
40 | 38 | },
|
41 |
| - "homepage": "https://github.com/SerenityOS/discord-bot#readme", |
| 39 | + "homepage": "https://github.com/LadybirdBrowser/discord-bot#readme", |
42 | 40 | "devDependencies": {
|
43 | 41 | "@octokit/types": "^9.1.2",
|
44 | 42 | "@types/chai": "^4.3.4",
|
|
0 commit comments