generated from yoseio/template-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 813 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
33
34
35
{
"name": "graphtmu",
"version": "0.1.0",
"description": "TMU needs to do something about its shitty syllabus search system.",
"bugs": {
"url": "https://github.com/yoseio/graphtmu/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": "yoseio <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/yoseio/graphtmu.git"
},
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"prettier": "^3.2.5",
"turbo": "^2.0.14",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=18"
},
"private": true,
"workspaces": [
"apps/js/*",
"packages/js/*"
],
"packageManager": "[email protected]"
}