-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.35 KB
/
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
42
43
44
45
46
47
48
49
50
{
"name": "astrojs-aws",
"version": "0.0.20",
"private": true,
"scripts": {
"preinstall": "npx -y only-allow pnpm",
"prepare": "husky install",
"build": "turbo run build",
"dev": "turbo run dev",
"test": "turbo run test --",
"coverage": "turbo run coverage",
"lint": "eslint .",
"clean": "turbo run clean",
"cdk": "turbo run cdk --",
"astro": "turbo run astro --",
"publish-version": "bumpp -r",
"publish-packages": "turbo run publish-packages"
},
"keywords": [
"aws",
"astro"
],
"author": "helbing",
"license": "MIT",
"engines": {
"node": "16.x || 18.x"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"astro-eslint-parser": "^0.16.0",
"bumpp": "^9.1.0",
"changelogithub": "^0.13.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-astro": "^0.33.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vitest": "^0.4.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.13.0",
"turbo": "^1.9.3",
"typescript": "^5.0.4"
}
}