fx-private-relay/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

36 строки
1.2 KiB
JSON
Исходник Обычный вид История

2020-09-11 03:20:34 +03:00
{
"name": "fx-private-relay",
2022-07-07 20:15:57 +03:00
"description": "Firefox Relay provides generated email addresses to use in place of personal email addresses.",
2020-09-11 03:20:34 +03:00
"version": "1.0.0",
"author": "Mozilla",
"bugs": {
"url": "https://github.com/mozilla/fx-private-relay/issues"
},
"devDependencies": {
"@playwright/test": "1.31.2",
2022-07-07 20:15:57 +03:00
"dotenv": "^16.0.1"
},
2022-07-07 20:15:57 +03:00
"volta": {
"node": "18.12.1"
2022-07-07 20:15:57 +03:00
},
2020-09-11 03:20:34 +03:00
"license": "MPL-2.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla/fx-private-relay.git"
},
2022-07-07 20:15:57 +03:00
"workspaces": [
"frontend"
],
2020-09-11 03:20:34 +03:00
"scripts": {
2022-09-28 03:34:23 +03:00
"test:e2e": "playwright test --retries=2",
"test:local": "E2E_TEST_ENV=local playwright test --headed",
"test:dev": "E2E_TEST_ENV=dev playwright test --retries=2",
"test:stage": "E2E_TEST_ENV=stage playwright test --retries=2",
"test:prod": "E2E_TEST_ENV=prod playwright test --retries=2",
2022-07-07 20:15:57 +03:00
"heroku-prebuild": "printf '{\"commit\":\"%s\", \"commit_link\":\"https://github.com/mozilla/fx-private-relay/commit/%s\"}\n' \"$SOURCE_VERSION\" \"$SOURCE_VERSION\" > version.json",
"heroku-postbuild": "cd frontend; NODE_ENV=\"development\" npm ci; npm run build"
2021-10-04 17:38:53 +03:00
},
2022-07-07 20:15:57 +03:00
"homepage": "https://github.com/mozilla/fx-private-relay#readme"
2020-09-11 03:20:34 +03:00
}