Edit name of the app in package.json

Hi,

Can I change the name of the app in package.json file? without consequences?

It’s using an old name from the time I first created the project.

The name in package.json is not used for building your app, so you can change it.
It’s only used when publishing to npm registry for using npm install which would make no sense for an ionic app.

Thanks a lot for your answer, it reassures me.

I wanted to change it because it needs to match the name I put when I upload my app to the itunes connect.