-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 1000 Bytes
/
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
{
"name": "pipelineui",
"version": "1.0.0",
"description": "Pipeline UI is a free, open-source visual editor for visualizing, creating and managing GitHub Actions workflows. Built with SolidStart, this tool simplifies the process of creating GitHub pipelines by allowing users to visualize, edit and update CI/CD workflows.",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": {
"name": "Riccardo Perra",
"email": "[email protected]",
"url": "https://github.com/riccardoperra"
},
"license": "MIT",
"devDependencies": {
"@railway/cli": "^3.17.10",
"prettier": "^3.3.3"
},
"pnpm": {
"patchedDependencies": {
"@actions/[email protected]": "patches/@[email protected]",
"@vanilla-extract/[email protected]": "patches/@[email protected]",
"solid-mdx": "patches/solid-mdx.patch"
}
}
}