@nolanrigo/cloudformation
Version:
TypeScript-based imperative way to define AWS CloudFormation templates
55 lines (54 loc) • 1.41 kB
JSON
{
"name": "@nolanrigo/cloudformation",
"version": "5.1.0",
"license": "MIT",
"description": "TypeScript-based imperative way to define AWS CloudFormation templates",
"author": "Nolan Rigo <nolan@rigo.dev>",
"keywords": [
"cloudform",
"cloudformation",
"aws"
],
"main": "dist/",
"scripts": {
"generate": "ts-node generate/index.ts",
"clean": "rimraf dist/",
"build": "npm run clean;tsc",
"ncu": "ncu -u",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"cloudformation": "./cli/cloudformation.js"
},
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nolanrigo/cloudformation.git"
},
"bugs": {
"url": "https://github.com/nolanrigo/cloudformation/issues"
},
"homepage": "https://github.com/nolanrigo/cloudformation#readme",
"prettier": "@nolanrigo/prettier-config",
"dependencies": {
"arg": "^4.1.3",
"chalk": "^4.0.0",
"jsonminify": "^0.4.1",
"ts-node": "^8.9.1"
},
"devDependencies": {
"@nolanrigo/prettier-config": "^1.0.0",
"@types/jsonminify": "^0.4.0",
"@types/node": "^13.13.4",
"@types/node-fetch": "^2.5.7",
"@types/prettier": "^2.0.0",
"immutable": "^4.0.0-rc.12",
"node-fetch": "^2.6.0",
"npm-check-updates": "^4.1.2",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"typescript": "^3.8.3"
}
}