{"id":18534416,"url":"https://github.com/nanobox-io/nanobox-engine-nodejs","last_synced_at":"2025-09-06T22:39:23.070Z","repository":{"id":145148567,"uuid":"42332940","full_name":"nanobox-io/nanobox-engine-nodejs","owner":"nanobox-io","description":"Engine for running Node.js apps on Nanobox","archived":false,"fork":false,"pushed_at":"2020-08-21T10:10:56.000Z","size":337,"stargazers_count":15,"open_issues_count":6,"forks_count":9,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-10T09:50:53.160Z","etag":null,"topics":["boxfile","developer-tools","development-environment","devops","docker","javascript","nanobox","node-engine"],"latest_commit_sha":null,"homepage":"https://nanobox.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nanobox-io.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":"2015-09-11T21:23:43.000Z","updated_at":"2023-09-08T17:01:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"fbe29404-2dc9-4884-bcb9-9e1a8827df5a","html_url":"https://github.com/nanobox-io/nanobox-engine-nodejs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nanobox-io/nanobox-engine-nodejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanobox-io%2Fnanobox-engine-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanobox-io%2Fnanobox-engine-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanobox-io%2Fnanobox-engine-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanobox-io%2Fnanobox-engine-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nanobox-io","download_url":"https://codeload.github.com/nanobox-io/nanobox-engine-nodejs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanobox-io%2Fnanobox-engine-nodejs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273973979,"owners_count":25200579,"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-06T02:00:13.247Z","response_time":2576,"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":["boxfile","developer-tools","development-environment","devops","docker","javascript","nanobox","node-engine"],"created_at":"2024-11-06T19:15:43.385Z","updated_at":"2025-09-06T22:39:23.057Z","avatar_url":"https://github.com/nanobox-io.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node.js\n\nThis is a Node.js engine for running node apps with [Nanobox](http://nanobox.io).\n\n## Usage\nTo use the Node.js engine, specify `nodejs` as your `engine` in your boxfile.yml\n\n```yaml\nrun.config:\n  engine: nodejs\n```\n\n## Build Process\nWhen [running your app](https://docs.nanboox.io/cli/run/), this engine compiles code by doing the following:\n\n- `yarn install`\n\n## Configuration Options\nThis engine exposes configuration options through the [Boxfile](http://docs.nanobox.io/boxfile/), a yaml config file used to provision and configure your app's infrastructure when using Nanobox.\n\n#### Overview of Boxfile Configuration Options\n```yaml\nrun.config:\n  engine: nodejs\n  engine.config:\n    runtime: nodejs-4.4\n    dep_manager: yarn\n    python_version: python-2.7\n```\n\n---\n\n#### runtime\nSpecifies which Node.js runtime and version to use. The following runtimes are available:\n\n- nodejs-0.8\n- nodejs-0.10\n- nodejs-0.12\n- nodejs-4.8\n- nodejs-5.12\n- nodejs-6.11\n- nodejs-7.10\n- nodejs-8.6\n- nodejs-8.9\n\n```yaml\nrun.config:\n  engine: nodejs\n  engine.config:\n    runtime: nodejs-8.6\n```\n\n---\n\n#### dep_manager\nSpecifies whether the engine should use npm or yarn to fetch node modules. Defaults to `yarn`.\n\n```yaml\nrun.config:\n  engine.config:\n    dep_manager: yarn\n```\n\n#### python_version\nSpecifies the version of Python to install with the following available values:\n\n- python-2.7\n- python-3.4\n- python-3.5\n- python-3.6 (Default)\n\n```yaml\nrun.config:\n  engine.config:\n    python_version: python-2.7\n```\n\n\n\n---\n\n## Help \u0026 Support\nThis is a generic (non-framework-specific) Node.js engine provided by [Nanobox](http://nanobox.io). If you need help with this engine, you can reach out to us in the [#nanobox IRC channel](http://webchat.freenode.net/?channels=nanobox). If you are running into an issue with the engine, feel free to [create a new issue on this project](https://github.com/pagodabox/nanobox-engine-nodejs/issues/new).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanobox-io%2Fnanobox-engine-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnanobox-io%2Fnanobox-engine-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanobox-io%2Fnanobox-engine-nodejs/lists"}