Skip to content

Commit

Permalink
describe the apax.yml better
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Nov 22, 2022
1 parent 55ec7e1 commit b02652f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions apax.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# 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:
- '--log Trace'
- '--simulation'
- '--debug'
targets:
- 'axunit-llvm'
# Dependencies
devDependencies:
"@ax/sdk": 3.0.1
"@simatic-ax/snippetscollection": 0.0.14
Expand All @@ -19,6 +23,7 @@ dependencies:
"@simatic-ax/conversion": 3.0.0
registries:
'@simatic-ax': 'https://npm.pkg.github.com/'
# Dependencies
files:
- 'README.md'
- 'LICENSE.md'
Expand Down

0 comments on commit b02652f

Please sign in to comment.