-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 929 Bytes
/
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": "sukkokoko2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts",
"fix:prettier": "prettier --write .",
"fix:eslint": "eslint --fix .",
"lint:prettier": "prettier --check .",
"lint:eslint": "eslint ."
},
"author": "",
"license": "MIT",
"devDependencies": {
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.8.0",
"@typescript-eslint/eslint-plugin": "8.0.0",
"@typescript-eslint/parser": "8.0.0",
"eslint": "9.8.0",
"eslint-config-prettier": "9.1.0",
"globals": "15.9.0",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
"volta": {
"node": "20.16.0",
"yarn": "1.22.22"
},
"dependencies": {
"@slack/bolt": "3.19.0"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}