{ "name": "serverless-plugins-hello-world", "version": "0.0.1", "description": "", "license": "MIT", "scripts": { "test": "node_modules/.bin/mocha ./tests/HelloWorld.js" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^2.4.5" } }