{
  "name": "@neonlabs/cloudform-types",
  "version": "4.2.0",
  "description": "TypeScript AWS CloudFormation template types - used by cloudform",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bright/cloudform.git"
  },
  "scripts": {
    "build": "tsc --declaration",
    "generate": "ts-node --project tsconfig.json generator/generator.ts"
  },
  "keywords": [
    "cloudformation",
    "cloudform",
    "aws"
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/lodash": "^4.14.123",
    "@types/node": "^8.10.44",
    "@types/node-fetch": "^2.1.6",
    "lodash": "^4.17.11",
    "node-fetch": "^1.7.3",
    "ts-node": "^5.0.1",
    "typescript": "^2.9.2"
  }
}
