-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 829 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 829 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
{
"name": "likec4-actions",
"license": "MIT",
"version": "1.0.0",
"bugs": "https://github.com/likec4/likec4-actions/issues",
"homepage": "https://likec4.dev",
"author": "Denis Davydkov <denis@davydkov.com>",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/likec4/likec4.git",
"directory": "packages/layouts"
},
"type": "module",
"sideEffects": false,
"packageManager": "yarn@4.0.2",
"engines": {
"node": ">=20"
},
"scripts": {
"build": "esbuild src/index.ts --bundle --minify --platform=node --target=node20 --outfile=dist/index.js"
},
"devDependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3",
"@types/node": "^20.9.0",
"esbuild": "^0.25.0",
"typescript": "^5.2.2"
}
}