Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I need to use "SparkPost" in my plugin and I need to define the dependency in my plugin.json to be installed automatically. Anyone can help me?
@Doppy add it to your plugins package.json
package.json
"dependencies": { "sparkpost": "1.3.6" }
Alternatively, just install it with the --save flag and it will pin the current version in your package.json
--save
npm install --save sparkpost