@mbc-cqrs-serverless/cli
Version:
a CLI to get started with MBC CQRS serverless framework
34 lines (33 loc) • 818 B
JSON
{
"name": "appsync-simulator-starter-kit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "ts-node src/main.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cox65/appsync-simulator-starter-kit.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Cox65/appsync-simulator-starter-kit/issues"
},
"homepage": "https://github.com/Cox65/appsync-simulator-starter-kit#readme",
"devDependencies": {
"@types/aws-lambda": "^8.10.109",
"@types/node": "^18.11.18",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.4"
},
"dependencies": {
"@aws-amplify/amplify-appsync-simulator": "^2.16.10"
},
"overrides": {
"graphql": "^14.7.0"
}
}