Skip to main content
Module

x/js_yaml_port/package.json

This is a simple and crude port of JS-YAML for Deno.
Go to Latest
File
{ "version": "3.13.1", "private": true, "dependencies": { "js-yaml": "3.13.1", "@types/js-yaml": "3.12.3" }, "scripts": { "copy:js": "make js-yaml.min.js", "copy:types": "make js-yaml.d.ts", "copy": "npm run copy:js && npm run copy:types", "build": "make js-yaml.js", "test": "make test" }}