-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.04 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.04 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
46
47
{
"name": "@leventhan/fostplus-api-wrapper",
"version": "1.0.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/leventhan/fostplus-api-wrapper.git"
},
"keywords": [
"fostplus",
"api",
"wrapper",
"typescript",
"icalendar",
"ics",
"trash collection"
],
"author": "LeventHAN <contact@leventhan.info> (https://leventhan.info)",
"license": "MIT",
"description": "Wrapper for fostplus API",
"dependencies": {
"axios": "^1.7.7",
"ical-generator": "^8.0.1"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/jest": "^29.5.3",
"@types/node": "^22.7.7",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}