-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 875 Bytes
/
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
{
"name": "timetabl",
"version": "1.0.0",
"author": "Hamzah Ahmed",
"license": "MIT",
"bugs": {
"url": "https://github.com/debater-coder/timetabl-app/issues"
},
"homepage": "https://github.com/debater-coder/timetabl-app#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/debater-coder/timetabl-app.git"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"kill-port": "^2.0.1",
"knip": "^3.7.0",
"typescript": "^5.1.6"
},
"packageManager": "[email protected]",
"scripts": {
"build": "turbo run build",
"kill-ports": "kill-port 51204 && kill-port 3000",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "turbo run format",
"format:watch": "turbo run format:watch",
"test": "turbo run test",
"knip": "knip",
"knip:fix": "knip --fix"
}
}