-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "koakuma",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"dependencies": {
"discord.js": "^14.11.0"
},
"devDependencies": {
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"dotenv": "^16.3.1",
"eslint": "^8.43.0",
"nodemon": "^2.0.22",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"ts-node-dev": "^2.0.0",
"typescript": "next"
},
"scripts": {
"dev": "nodemon -r dotenv/config src/index.ts dotenv_config_path=.env.development",
"register": "nodemon -r dotenv/config dist/register.js dotenv_config_path=.env.development",
"build": "tsc --build",
"prettier": "prettier --config .prettierrc 'src/**/*.ts' --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cas-c/koakuma.git"
},
"author": "cassie",
"license": "ISC",
"bugs": {
"url": "https://github.com/cas-c/koakuma/issues"
},
"homepage": "https://github.com/cas-c/koakuma#readme"
}