-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
78 lines (78 loc) · 2.25 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@vladcos/action-s3-cloudfront-smart-deploy",
"scripts": {
"build": "npx projen build",
"bump": "npx projen bump",
"clobber": "npx projen clobber",
"compile": "npx projen compile",
"default": "npx projen default",
"eject": "npx projen eject",
"eslint": "npx projen eslint",
"format": "npx projen format",
"package": "npx projen package",
"post-compile": "npx projen post-compile",
"post-upgrade": "npx projen post-upgrade",
"pre-compile": "npx projen pre-compile",
"release": "npx projen release",
"test": "npx projen test",
"test:watch": "npx projen test:watch",
"unbump": "npx projen unbump",
"upgrade": "npx projen upgrade",
"watch": "npx projen watch",
"projen": "npx projen"
},
"devDependencies": {
"@types/lodash": "^4.17.7",
"@types/node": "^18",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"@vercel/ncc": "^0.38.1",
"@vladcos/eslint-config": "^0.0.65",
"@vladcos/prettier-config": "^0.0.59",
"@vladcos/projen-github-action": "^0.0.245",
"@vladcos/tsconfig": "^0.0.25",
"alias-hq": "^6",
"babel-plugin-module-resolver": "^5",
"commit-and-tag-version": "^12",
"constructs": "^10.0.0",
"eslint": "^8",
"eslint-import-resolver-typescript": "^3.6.3",
"execa": "8",
"fs-jetpack": "^5.1.0",
"lodash": "^4.17.21",
"packemon": "^3",
"prettier": "^3",
"projen": "^0.86.6",
"replace-in-file": "^7.2.0",
"ts-extras": "^0.13.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4",
"tsx": "^4",
"type-fest": "^4.26.0",
"typescript": "^5.5.4",
"vite-tsconfig-paths": "4",
"vitest": "^1",
"zod-to-json-schema": "^3.23.2"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "6",
"zod": "^3.23.8"
},
"main": "./mjs/index.mjs",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"version": "0.0.0",
"types": "mjs/index.mjs.d.ts",
"type": "module",
"packemon": {
"format": "mjs",
"platform": "node",
"support": "current"
},
"prettier": "@vladcos/prettier-config",
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
}