UNPKG

samtsc

Version:

This project was put together to make working with the AWS SAM framework easier for developers. It simplifies working with the SAM framework, using real-time updates to lambda functions, layers and resources. This is done by **samtsc** connecting to the

46 lines (45 loc) 1.27 kB
{ "name": "samtsc", "version": "1.1.20", "author": "Nikody Keating", "license": "MIT", "publisher": "mytaptrack", "repository": { "type": "git", "url": "https://github.com/mytaptrack/samtsc" }, "bin": { "samtsc": "src/index.js" }, "scripts": { "pretest": "rm -R .test", "test": "npx jest --runInBand", "test:seperate": "npx jest --testNamePattern=System && npx jest --testNamePattern=Unit", "coveralls": "jest --coverage && cat ./tests/coverage/lcov.info | coveralls" }, "dependencies": { "@aws-sdk/client-appsync": "^3.398.0", "@aws-sdk/client-cloudformation": "^3.398.0", "@aws-sdk/client-lambda": "^3.398.0", "@aws-sdk/client-ssm": "^3.398.0", "archiver": "^5.3.1", "cloudformation-js-yaml-schema": "^0.4.2", "js-yaml": "^4.1.0", "lodash": "^4.17.21", "moment": "^2.29.4", "yaml": "^1.10.2" }, "keywords": [ "AWS", "SAM", "Framework", "typescript", "deployment" ], "devDependencies": { "@types/jest": "^27.5.2", "jest": "^27.5.1", "jest-runner": "^27.5.1", "jest-serial-runner": "^1.2.1" } }