UNPKG

ckeditor5-google-do

Version:

Google Cloud and DigitalOcean Spaces upload plugin for ckeditor5

26 lines (25 loc) 668 B
{ "name": "example", "version": "1.0.0", "description": "", "private": true, "main": "index.js", "scripts": { "start": "node index.js", "server": "nodemon index.js", "client": "npm run start --prefix client", "dev": "concurrently \"npm run server\" \"npm run client\" ", "build": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client", "test": "jest" }, "author": "", "license": "ISC", "dependencies": { "@google-cloud/storage": "^1.7.0", "aws-sdk": "^2.269.1", "concurrently": "^3.6.0", "dotenv": "^6.0.0", "express": "^4.16.3", "request-promise": "^4.2.2" } }