To deploy a new vToken, you can run the token:deploy.Additionally, you can control where and how they get saved with some additional flags:-P, -save-prod: Package will appear in your dependencies.This is the default unless -D or -O are present.-D, -save-dev: Package will appear in your devDependencies.-O, -save-optional: Package will appear in your optionalDependencies. npm install saves any specified packages into dependencies by default.