-
Notifications
You must be signed in to change notification settings - Fork 133
/
Copy pathpackage.json
30 lines (29 loc) · 1.38 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
{
"name": "ocd",
"productName": "ocd",
"version": "0.1.0",
"description": "OKIT Open Cloud Designer",
"author": {
"name": "Andrew Hopkinson",
"email": "[email protected]",
"url": "https://github.com/oracle/oci-designer-toolkit"
},
"bugs": "https://github.com/oracle/oci-designer-toolkit/issues",
"scripts": {
"github-action-install": "cd ocd && npm run github-action-install",
"github-action-compile-for-codegen": "cd ocd && npm run github-action-compile-for-codegen",
"github-action-generate": "cd ocd && npm run github-action-generate",
"github-action-compile": "cd ocd && npm run github-action-compile",
"github-action-pack": "cd ocd && npm run github-action-pack",
"github-action-build": "cd ocd && npm run github-action-build",
"github-action-build-macos-x86": "cd ocd && npm run github-action-build-macos-x86",
"github-action-build-react": "cd ocd && npm run github-action-build-react",
"github-action-build-electron": "cd ocd && npm run github-action-build-electron",
"desktop": "cd ocd && npm run desktop",
"web": "cd ocd && npm run web",
"install": "cd ocd && npm install",
"compile": "cd ocd && npm run compile-for-codegen",
"generate": "cd ocd && npm run import-and-generate",
"build": "cd ocd && npm run build"
}
}