forked from simatic-ax/json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apax.yml
34 lines (34 loc) · 798 Bytes
/
apax.yml
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
# General information
name: '@simatic-ax/json'
version: 0.0.0-placeholder
type: lib
# Description will be displayed in the apax extension
description: This is supporting the serializing of a JSON object model and
parsing JSON formatted strings
#URL to the repository
repository:
type: git
url: https://github.com/simatic-ax/json
# Environment variables
variables:
APAX_BUILD_ARGS:
- '--debug'
targets:
- 'axunit-llvm'
# Dependencies
devDependencies:
"@ax/sdk": 3.0.8
"@simatic-ax/snippetscollection": 0.0.15
dependencies:
"@ax/system-strings": 4.1.43
"@simatic-ax/conversion": 3.0.3
registries:
'@simatic-ax': 'https://npm.pkg.github.com/'
# Files which 'apax pack' will include
files:
- 'README.md'
- 'LICENSE.md'
- 'changelog.md'
- 'snippets'
- 'docs'
- 'src'