App.json version; can I just mirror the version in package.json?

I have this little script that makes use of the json library, updates the expo version every time the npm version is updated (via npm version)

"version": "json -I -f ./app.json -e 'this.expo.version=\"'$npm_package_version'\"'",

I find it easier to keep track of things when I mirror the version.