{"id":16009271,"url":"https://github.com/fwcd/dpm","last_synced_at":"2026-05-19T10:02:10.574Z","repository":{"id":98824840,"uuid":"266440985","full_name":"fwcd/dpm","owner":"fwcd","description":"The missing package manager for Deno","archived":false,"fork":false,"pushed_at":"2020-05-25T18:01:50.000Z","size":39,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-04T08:13:31.957Z","etag":null,"topics":["deno","package-json","package-manager"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fwcd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-24T00:11:13.000Z","updated_at":"2022-12-27T14:26:18.000Z","dependencies_parsed_at":"2023-06-01T20:31:04.767Z","dependency_job_id":null,"html_url":"https://github.com/fwcd/dpm","commit_stats":{"total_commits":32,"total_committers":1,"mean_commits":32.0,"dds":0.0,"last_synced_commit":"aa2e981654fa49b0e86ccf50dc0843c5f4c588bf"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fwcd/dpm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fdpm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fdpm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fdpm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fdpm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fwcd","download_url":"https://codeload.github.com/fwcd/dpm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fdpm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274887189,"owners_count":25368228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deno","package-json","package-manager"],"created_at":"2024-10-08T13:01:29.135Z","updated_at":"2026-05-19T10:02:10.487Z","avatar_url":"https://github.com/fwcd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deno Package Manager\nDeno Package Manager is a small tool that makes it easy to manage metadata and dependencies for a Deno project in a central place.\n\nDPM introduces a `project.json` file, which functions as an [import map](https://deno.land/manual/linking_to_external_code/import_maps) and is conceptually similar to `package.json` from Node.\n\nDespite its name, DPM does not actually manage packages itself, this is handled by the Deno cache. It merely serves as a convenience for updating the import map and running/managing the project:\n\n- `dpm init`\n    - interactively generates a `project.json`\n- `dpm run`\n    - runs the project\n- `dpm add std/fs`\n    - adds a dependency on `https://deno.land/std/fs/mod.ts`\n- `dpm add sqlite@v0.1.0`\n    - adds a dependency on `https://deno.land/x/sqlite@v0.1.0/mod.ts`\n- `dpm add myproject https://mycustomgitrepo.org/myproject`\n    - adds a dependency on `https://mycustomgitrepo.org/myproject`\n- `dpm install`\n    - installs the project globally, in case of a binary project\n- `dpm vscode`\n    - configures the project for use with VSCode by linking the import map\n\n## Installation\nFirst, make sure to have `deno` installed and available on your `PATH`.\n\nUse the `./install` script to install `dpm` globally. If you already have `dpm` installed, you can also use `dpm install` to update the installed version.\n\n## Running\nOnce `dpm` is installed, it can run (a newer version of) itself using `dpm run`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwcd%2Fdpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffwcd%2Fdpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwcd%2Fdpm/lists"}