UNPKG

cloudformation-js-yaml-schema

Version:

Schema to ignore CloudFormation YAML local tags while parsing or dumping

33 lines (32 loc) 960 B
{ "name": "cloudformation-js-yaml-schema", "version": "0.4.2", "description": "Schema to ignore CloudFormation YAML local tags while parsing or dumping", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "node test.js", "sort-tags.json": "command -v jq >/dev/null 2>&1 &&(jq -S '' tags.json )>tags.sorted.json&&mv tags.sorted.json tags.json || { echo 'jq is not install or not in $PATH' >&2; exit 0; }" }, "repository": { "type": "git", "url": "git+https://github.com/yyolk/cloudformation-js-yaml-schema.git" }, "keywords": [ "cloudformation", "aws", "js-yaml", "yaml", "parser", "schema" ], "author": "Joseph Yølk Chiocchi <joe@yolk.cc>", "license": "ISC", "bugs": { "url": "https://github.com/yyolk/cloudformation-js-yaml-schema/issues" }, "homepage": "https://github.com/yyolk/cloudformation-js-yaml-schema#readme", "dependencies": { "js-yaml": "^3.7.0" } }