You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.3 KiB

6 years ago
{
"name": "badgen-service",
"private": true,
"description": "Badge generating service",
"author": "Amio <amio.cn@gmail.com>",
"license": "ISC",
"scripts": {
"lint": "standard",
"dev": "micro-dev service.js -s",
"pretest": "npm run lint",
"test": "tap test/*.js --reporter spec -j12",
"start": "node service.js",
"predeploy": "now -T amio inspect badgen.net && now rm badgen-service --safe -y -T amio || true",
"deploy": "now -T amio -e API_HOST='https://api.badgen.net' -e GH_TOKEN='@badgen-gh-token' -e SENTRY_URI='@badgen-sentry-uri' -e TRACKING_GA='@badgen-tracking-ga'",
"postdeploy": "now -T amio alias",
"canary": "now -T amio -e GH_TOKEN='@badgen-gh-token' && now -T amio alias badgen-canary"
6 years ago
},
"dependencies": {
"axios": "^0.18.0",
"badgen": "^2.4.5",
"byte-size": "^4.0.3",
"cheerio": "^1.0.0-rc.2",
"chrome-webstore": "^1.0.0",
"date-fns": "^1.29.0",
"got": "^9.2.0",
"micro": "^9.3.3",
"micro-fork": "^0.1.0",
"millify": "^2.0.1",
"raven": "^2.6.4",
build(deps): bump semver from 5.5.0 to 5.5.1 (#115) Bumps [semver](https://github.com/npm/node-semver) from 5.5.0 to 5.5.1. &lt;details&gt; &lt;summary&gt;Commits&lt;/summary&gt; - [`89bfa00`](https://github.com/npm/node-semver/commit/89bfa00a24b93cb7d10b6a89486e1f927837952f) 5.5.1 - [`acb44dd`](https://github.com/npm/node-semver/commit/acb44ddf2aef5855a1eb77fedc6b2e2c0868f7c8) Update tap version - [`448b0b3`](https://github.com/npm/node-semver/commit/448b0b3efc6dbede1a9696c4469ae74f8e482a02) Update tap version - [`6069fe7`](https://github.com/npm/node-semver/commit/6069fe702002ae7b257b01fb8dade0f22bf8bbee) Merge pull request [#247](https://github-redirect.dependabot.com/npm/node-semver/issues/247) from steveklabnik/patch-1 - [`43ff1c7`](https://github.com/npm/node-semver/commit/43ff1c74cd4e604aa93ffd72299422edfac5d67e) Fix grammar for ranges - See full diff in [compare view](https://github.com/npm/node-semver/compare/v5.5.0...v5.5.1) &lt;/details&gt; &lt;br /&gt; [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=semver&amp;package-manager=npm_and_yarn&amp;previous-version=5.5.0&amp;new-version=5.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=semver&amp;package-manager=npm_and_yarn&amp;previous-version=5.5.0&amp;new-version=5.5.1) Dependabot will resolve any conflicts with this PR as long as you don&#39;t alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- &lt;details&gt; &lt;summary&gt;Dependabot commands and options&lt;/summary&gt; &lt;br /&gt; You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a &#34;Dependabot enabled&#34; badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. &lt;/details&gt;
6 years ago
"semver": "^5.5.1",
"serve-handler": "^5.0.2",
"serve-marked": "^0.3.3",
"xml2js": "^0.4.19"
6 years ago
},
"devDependencies": {
"micro-dev": "^3.0.0",
"standard": "^12.0.1",
"supertest": "^3.1.0",
"tap": "^12.0.1"
}
6 years ago
}