-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.22 KB
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
{
"name": "plankapi",
"version": "0.0.0",
"description": "Planka API service",
"main": "src/index.ts",
"scripts": {
"start": "node dist/src/index.js",
"dev": "ts-node src/index.ts",
"build": "tsc",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"format": "prettier --ignore-path .gitignore --check ./src/",
"format:fix": "prettier --ignore-path .gitignore --write ./src/",
"prepare-husky": "husky"
},
"dependencies": {
"@gewis/planka-client": "^2.0.1",
"@hey-api/client-fetch": "^0.8.4",
"imapflow": "^1.0.184",
"log4js": "^6.9.1"
},
"devDependencies": {
"@gewis/eslint-config-typescript": "^2.4.0",
"@gewis/prettier-config": "^2.2.2",
"@types/imapflow": "^1.0.20",
"@types/node": "^22.14.0",
"dotenv": "^16.4.7",
"eslint": "^9.24.0",
"husky": "^9.1.7",
"prettier": "^3.5.3",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GEWIS/plankapi.git"
},
"author": "GEWIS GEFLITST",
"license": "ISC",
"bugs": {
"url": "https://github.com/GEWIS/plankapi/issues"
},
"homepage": "https://github.com/GEWIS/plankapi#readme",
"packageManager": "yarn@1.22.19"
}