UNPKG

@kacao/yaml-inc

Version:

Custom YAML tag definitions to support modular YAML documents with js-yaml.

54 lines (53 loc) 1.3 kB
{ "name": "@kacao/yaml-inc", "version": "0.0.2", "description": "Custom YAML tag definitions to support modular YAML documents with js-yaml.", "main": "index.js", "scripts": { "test": "nyc ava test/test-* --verbose", "report-coverage": "nyc report --reporter=text-lcov | coveralls && nyc report --reporter=text-lcov", "commitmsg": "commitlint -e $GIT_PARAMS", "semantic-commit": "commit" }, "keywords": [ "yaml", "inc", "include", "modular", "js-yaml", "js-yaml-tag" ], "repository": { "type": "git", "url": "git+https://github.com/kacao/yaml-inc.git" }, "bugs": { "url": "https://github.com/kacao/yaml-inc/issues" }, "homepage": "https://github.com/kacao/yaml-inc", "author": "kacao", "license": "MIT", "dependencies": { "debug": "^4.1.1", "js-yaml": "^4.0.0", "lodash.merge": "^4.6.2", "recursive-readdir-sync": "^1.0.6" }, "devDependencies": { "@commitlint/cli": "^8.2.0", "@commitlint/config-angular": "^8.2.0", "@commitlint/prompt-cli": "^8.2.0", "ava": "2.4.0", "coveralls": "^3.0.6", "nyc": "^14.1.1", "semantic-release": "^15.13.24" }, "engines": { "node": ">=4" }, "directories": { "example": "example", "lib": "lib", "test": "test" } }