-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 995 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
36
37
38
39
40
41
{
"name": "ijsblokje",
"version": "3.0.6",
"description": "A personal GitHub bot which syncs data and runs automated systems",
"author": "ijsKoud <github@ijskoud.dev>",
"license": "MIT",
"type": "module",
"homepage": "https://github.com/ijsKoud/ijsblokje",
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"build": "turbo build",
"build:watch": "turbo build:watch",
"lint": "turbo lint",
"test": "turbo test",
"start": "turbo start",
"start:dev": "nodemon ./dist",
"postinstall": "is-ci || husky"
},
"devDependencies": {
"@snowcrystals/eslint-config": "^1.0.2",
"@sapphire/ts-config": "^5.0.1",
"@snowcrystals/prettier-config": "^1.0.0",
"@types/node": "^20.17.6",
"eslint": "^8.57.1",
"husky": "^9.1.6",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.10",
"pinst": "^3.0.0",
"prettier": "^3.3.3",
"tslib": "2.8.1",
"turbo": "^1.13.4",
"typescript": "5.6.3"
},
"engines": {
"node": ">= v18.16.0"
},
"packageManager": "pnpm@9.13.1"
}