Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
Library to write out the contents of a JavaScript object structure to the file system in a granular directory structure.
{ "name": "@scroogieboy/object-to-directory", "version": "0.1.4", "exports": { ".": "./mod.ts", "./factories": "./factories.ts", "./interfaces": "./interfaces.ts", "./utility": "./utility.ts" }, "tasks": { "check": "deno check *.ts mocks/*.ts && cd examples && deno task check", "doc": "deno doc --html --output=docs mod.ts factories.ts interfaces.ts utility.ts", "fmt": "deno fmt *.ts *.md mocks/*.ts && cd examples && deno task fmt", "lint": "deno lint *.ts mocks/*.ts && cd examples && deno task lint", "test": "deno test --coverage --allow-read --allow-write *.test.ts", "test-bun": "cd node && ./run_bun_tests.sh", "test-node": "cd node && ./run_node_tests.sh" }, "license": "MIT", "imports": { "@cross/fs": "jsr:@cross/fs@^0.1.11", "@cross/runtime": "jsr:@cross/runtime@^1.1.0", "@cross/test": "jsr:@cross/test@^0.0.9", "@std/assert": "jsr:@std/assert@^1.0.4", "@std/path": "jsr:@std/path@^1.0.8", "@types/picomatch": "npm:@types/picomatch@^3.0.1", "fast-check": "npm:fast-check@^3.23.1", "picomatch": "npm:picomatch@^4.0.2" }, "publish": { "include": ["README.md", "LICENSE", "*.ts"], "exclude": ["*.test.ts"] } }