cloudformation-declarations
Version:
TypeScript declarations and helpers for writing CloudFormation templates in TS or JS.
64 lines (63 loc) • 1.81 kB
JSON
{
"name": "cloudformation-declarations",
"version": "0.2.0",
"description": "TypeScript declarations and helpers for writing CloudFormation templates in TS or JS.",
"scripts": {
"test": "pwsh -NoProfile -ExecutionPolicy RemoteSigned -File ./scripts/npm-run.ps1",
"build": "pwsh -NoProfile -ExecutionPolicy RemoteSigned -File ./scripts/npm-run.ps1",
"compile": "pwsh -NoProfile -ExecutionPolicy RemoteSigned -File ./scripts/npm-run.ps1",
"generate": "pwsh -NoProfile -ExecutionPolicy RemoteSigned -File ./scripts/npm-run.ps1"
},
"keywords": [
"AWS",
"CloudFormation",
"TypeScript",
"Intellisense",
"code completion"
],
"author": "Andrew Bradley <cspotcode@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/cspotcode/cloudformation-declarations",
"bugs": {
"url": "https://github.com/cspotcode/cloudformation-declarations/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/cspotcode/cloudformation-declarations.git"
},
"dependencies": {
"tslib": "^1.7.1"
},
"devDependencies": {
"@types/bluebird": "^3.5.12",
"@types/glob": "^5.0.32",
"@types/jquery": "^3.2.12",
"@types/jsdom": "^11.0.2",
"@types/lodash": "^4.14.116",
"@types/mkdirp": "^0.5.1",
"@types/node": "^8.0.30",
"@types/request-promise": "^4.1.37",
"bluebird": "^3.5.0",
"glob": "^7.1.2",
"jquery": "^3.2.1",
"jsdom": "^12.0.0",
"lodash": "^4.17.10",
"mkdirp": "^0.5.1",
"outdent": "^0.3.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"ts-node": "^7.0.1",
"typedoc": "^0.8.0",
"typescript": "^3.0.3"
},
"files": [
"docs",
"index.d.ts",
"index.js",
"out",
"specifications",
"src",
"README.md",
"tsconfig.json"
]
}