#!/bin/bash -e
# nativeVersion.sh
#
# Version from package.json

npm pkg get version --workspaces=false | tr -d '"'
