-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.39 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
38
39
40
41
42
43
44
45
46
47
48
{
"type": "module",
"name": "linebot-volleyballcourtfinding",
"version": "1.0.0",
"description": "linebot-volleyballCourt",
"main": "index.ts",
"scripts": {
"dev": "nodemon --experimental-specifier-resolution=node index.ts",
"build": "npm run clean && tsc",
"start": "node --experimental-specifier-resolution=node dist/index.js",
"clean": "rimraf ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Link1515/linebot-volleyballCourt.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Link1515/linebot-volleyballCourt/issues"
},
"homepage": "https://github.com/Link1515/linebot-volleyballCourt#readme",
"dependencies": {
"@line/bot-sdk": "^7.5.2",
"axios": "^0.24.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"https": "^1.0.0",
"node-schedule": "^2.0.0",
"rimraf": "^3.0.2"
},
"devDependencies": {
"@types/express": "^4.17.14",
"@types/node": "^18.7.20",
"@types/node-schedule": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"eslint": "^8.24.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.1",
"nodemon": "^2.0.20",
"typescript": "^4.8.3"
}
}