-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 831 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 831 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
{
"private": true,
"name": "kideappbot-monorepo",
"author": "Aleksi Virkkala",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/aleksivirkkala/kideappbot.git"
},
"version": "4.8.0",
"scripts": {
"build": "turbo run build",
"dev": "dotenv -- turbo run dev --concurrency 16",
"lint": "turbo run lint",
"clean": "turbo run clean",
"test": "turbo run test",
"format": "prettier --write \"**/*.{ts,tsx,md,mdx,svelte,js,cjs,mjs,jsx,json,html}\""
},
"devDependencies": {
"dotenv-cli": "^7.1.0",
"eslint": "^8.39.0",
"eslint-config-base": "workspace:*",
"pnpm": "^8.5.0",
"prettier": "^2.8.7",
"prettier-plugin-svelte": "^2.10.0",
"prettier-plugin-tailwindcss": "^0.3.0",
"turbo": "1.10.5"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@8.5.0"
}