UNPKG

@loom-io/yaml-converter

Version:

Convert yaml files to json with loom-io

49 lines 1.09 kB
{ "name": "@loom-io/yaml-converter", "version": "0.12.11", "description": "Convert yaml files to json with loom-io", "main": "dist/yaml-converter.js", "module": "dist/yaml-converter.js", "types": "dist/yaml-converter.d.ts", "type": "module", "peerDependencies": { "@loom-io/core": "^0.12.11", "@loom-io/converter": "^0.12.11" }, "peerDependenciesMeta": { "@loom-io/core": { "optional": true }, "@loom-io/converter": { "optional": true } }, "dependencies": { "yaml": "^2.6.0" }, "keywords": [ "loom-io", "loom-io-converter", "yaml", "converter" ], "author": "Wolfgang Rathgeb", "files": [ "dist" ], "exports": { ".": { "types": "./dist/yaml-converter.d.ts", "import": "./dist/yaml-converter.js" } }, "homepage": "https://loom-io.cotton-coding.com", "repository": { "type": "git", "url": "https://github.com/cotton-coding/loom-io.git" }, "scripts": { "build": "tsc --project tsconfig.json", "test": "echo \"Error: no test specified\" && exit 1" } }