-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.04 KB
/
package.json
File metadata and controls
43 lines (43 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
{
"name": "project",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "src/index.ts",
"scripts": {
"build": "tsc",
"check": "tsc --noEmit",
"start": "tsx .",
"dev": "tsx ."
},
"include": [
"src/**/*"
],
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@commander-js/extra-typings": "^13.0.0",
"@e965/xlsx": "0.20.3",
"@inquirer/prompts": "^7.2.1",
"@js-temporal/polyfill": "^0.4.4",
"clockify-ts": "github:polygon-software/clockify-ts#8133fee252a1a903c0f3dc81cb4df4269975f3c0",
"commander": "^13.0.0",
"console-clear": "^1.1.1",
"csv-parse": "^5.6.0",
"dotenv": "^16.4.7",
"envfile": "^7.1.0",
"inquirer-datepicker-prompt": "^0.4.3",
"lodash-es": "^4.17.21",
"minimist": "^1.2.8",
"tsx": "^4.19.2"
},
"devDependencies": {
"@types/console-clear": "^1.1.4",
"@types/lodash-es": "^4.17.12",
"@types/minimist": "^1.2.5",
"@types/node": "^22.10.5",
"type-fest": "^4.31.0",
"typescript": "^5.7.2"
}
}