-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 864 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 864 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
33
34
{
"name": "work-calendar-former",
"version": "0.0.1",
"description": "service for production calendar",
"main": "app.js",
"scripts": {
"build": "npx tsc",
"start": "npx ts-node ./src/app.ts",
"lint": "npx eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Foult080/work-calendar-former.git"
},
"author": "foult080",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Foult080/work-calendar-former.git/issues"
},
"homepage": "https://github.com/Foult080/work-calendar-former.git#readme",
"devDependencies": {
"@eslint/js": "^9.2.0",
"eslint": "^8.57.0",
"globals": "^15.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0"
},
"dependencies": {
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"mysql2": "^3.9.8"
}
}