UNPKG

@comyata/fe

Version:

Execute YAML and JSON files like programs and get clean data to work with as result.

42 lines (41 loc) 920 B
{ "name": "@comyata/fe", "version": "0.0.5", "description": "Execute YAML and JSON files like programs and get clean data to work with as result.", "author": { "name": "Michael Becker", "url": "https://i-am-digital.eu" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/comyata/comyata.git", "directory": "packages/comyata-fe" }, "type": "module", "keywords": [ "query", "transformation", "data", "data-template", "config", "yaml", "json", "jsonata" ], "exports": { "./*": "./*.js" }, "peerDependencies": { "@comyata/run": "~0.0.5" }, "devDependencies": { "@comyata/run": "~0.0.5" }, "dependencies": { "yaml": "^2.2.1" }, "publishConfig": { "access": "public" } }