-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 967 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 967 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": "astro-aws-amplify-root",
"type": "module",
"version": "0.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/alexnguyennz/astro-aws-amplify.git"
},
"scripts": {
"dev": "turbo run dev --parallel",
"build": "turbo run build",
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.astro .",
"format": "prettier -w \"**/*\" --ignore-unknown --cache",
"changeset": "changeset",
"release": "turbo run build --filter=adapter && changeset publish"
},
"engines": {
"node": ">=22.12.0",
"pnpm": ">=10.0.0"
},
"packageManager": "pnpm@10.33.0",
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.31.0",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2",
"turbo": "^1.11.2"
}
}