forked from phamleduy04/texas-dps-scheduler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.36 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
49
50
51
{
"name": "texas-dps-scheduler",
"version": "2.2.0",
"description": "Texas DPS Automatic Scheduler",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "ts-node --transpile-only src/index.ts",
"eslint": "eslint src/**/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phamleduy04/texas-dps-scheduler.git"
},
"author": "phamleduy04",
"license": "MIT",
"bugs": {
"url": "https://github.com/phamleduy04/texas-dps-scheduler/issues"
},
"homepage": "https://github.com/phamleduy04/texas-dps-scheduler#readme",
"devDependencies": {
"@eslint/create-config": "^1.1.1",
"@types/ms": "^0.7.34",
"@types/node": "^20.12.12",
"@types/prompts": "^2.4.9",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"dependencies": {
"colorette": "^2.0.20",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"js-yaml": "^4.1.0",
"p-queue": "6.6.2",
"prompts": "^2.4.2",
"tslib": "^2.6.2",
"undici": "^6.18.1",
"yaml": "^2.4.2",
"zod": "^3.23.8"
},
"engines": {
"node": ">=18.0"
}
}