-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapax.yml
More file actions
45 lines (41 loc) · 1.06 KB
/
apax.yml
File metadata and controls
45 lines (41 loc) · 1.06 KB
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
# General information
name: '@simatic-ax/json'
version: 0.0.0-placeholder
author: Siemens AG
type: lib
# Description will be displayed in the apax extension
description: "Library for serializing and deserializing JSON files in SIMATIC AX applications"
#URL to the repository
repository:
type: git
url: https://github.com/simatic-ax/json
# Registry information, where the package will be published
registries:
'@simatic-ax': 'https://npm.pkg.github.com/'
# Dependencies
publicKeys:
"@simatic-ax":
"v1": "3792a7e926775425ccdd29ceed8c368c3008b5b33d7d5550b3cb1f58093e1dff"
"v2": "7af3e394eb2b285a3d99ab8e1f745cc6db75704b30a80393339c721a92ffffd9"
catalogs:
"@ax/simatic-ax": ^2510.0.0
devDependencies:
"@ax/sdk": ^2510.0.0
"@simatic-ax/snippetscollection": ^1.1.0
dependencies:
"@simatic-ax/conversion": ^2510.0.1
targets:
- '1500'
- 'llvm'
# Environment variables
variables:
APAX_BUILD_ARGS:
- '--debug'
# Files, which will be shipped with the library
files:
- 'README.md'
- 'LICENSE.md'
- 'changelog.md'
- 'snippets'
- 'docs'
- 'bin'