UNPKG

serverless-cf-vars

Version:

Allows you to use Cloudformation pseudo parameters and substitute in other variables in your serverless.yml.

27 lines (26 loc) 639 B
{ "name": "serverless-cf-vars", "version": "0.3.5", "description": "Allows you to use Cloudformation pseudo parameters and substitute in other variables in your serverless.yml.", "main": "index.js", "scripts": { "test": "jest", "test:watch": "jest --watch" }, "repository": { "type": "git", "url": "https://gitlab.com/kabo/serverless-cf-vars.git" }, "author": { "name": "Calle Kabo", "email": "calle.kabo@gmail.com", "url": "https://tech.kabo.kiwi/" }, "license": "SEE LICENSE IN LICENSE", "dependencies": { "lodash": "4.17.x" }, "devDependencies": { "jest": "^26.6.3" } }