Skip to main content
Module

x/dnt/deno.jsonc

Deno to npm package build tool.
Latest
File
{ "lock": false, "tasks": { "test": "deno test -A", "build": "deno run -A https://deno.land/x/wasmbuild@0.15.1/main.ts --out lib/pkg" }, "lint": { "rules": { "exclude": [ "no-explicit-any", "camelcase" ] } }, "exclude": [ "target/", "wasm/target/", "lib/pkg/", "rs-lib/src/polyfills/scripts/", "tests/declaration_import_project/npm", "tests/import_map_project/npm", "tests/json_module_project/npm", "tests/module_mappings_project/npm", "tests/node_types_project/npm", "tests/package_mappings_project/npm", "tests/polyfill_array_find_last_project/npm", "tests/polyfill_project/npm", "tests/shim_project/npm", "tests/test_project/npm", "tests/tla_project/npm", "tests/undici_project/npm", "tests/web_socket_project/npm" ]}