-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 783 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 783 Bytes
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
{
"name": "pickir-bot",
"version": "1.0.0",
"description": "",
"main": "app.ts",
"scripts": {
"start": "ts-node app.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tsc --noEmit && eslint src app.ts && prettier -c src app.ts",
"prepare": "husky"
},
"author": "",
"license": "ISC",
"dependencies": {
"@azure/cosmos": "^4.0.0",
"@azure/identity": "^4.0.0",
"@slack/bolt": "^3.17.0",
"dotenv": "^16.3.1",
"lodash": "^4.17.21",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@swc/core": "^1.4.1",
"@types/lodash": "^4.14.202",
"eslint": "^8.56.0",
"husky": "^9.0.11",
"prettier": "^3.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"typescript-eslint": "^7.0.1"
}
}